|
---|
|
TrinityCore Багрепорты по базе YTDB под ядро Trinity |
Ссылки сообщества |
Изображения и альбомы |
Пользователи |
Поиск по форуму |
Поиск по метке |
Расширенный поиск |
Найти все сообщения с благодарностями |
К странице... |
|
Опции темы | Поиск в этой теме | Опции просмотра |
19.02.2012, 22:26 | #41 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Причина найдена и будет устранена.)
|
19.02.2012, 22:48 | #42 | |
YTDB dev
Регистрация: 05.11.2009
Адрес: Thunder Bluff
Сообщений: 3,625
Сказал(а) спасибо: 7,839
Поблагодарили 3,255 раз(а) в 498 сообщениях
|
Цитата:
http://filebeam.com/e77c5de121516d4207300d89b5603339 p.s: Прадон: Опять не все, решение унифицировать запросы не всегда получается сделать сразу правильно, еще подумать надо над порядком запросов. Еще главная проблема, кондишнл что есть в мангосе, половины нет в тринити, некуда перегонять. ((
__________________
Правила написания баг-репортов. Общие правила поведения - рекомендуемые исключительно всем для прочтения.
При правильном поведении пользователей я вообще добрый и пушистый, как на аватарке.
|
|
20.02.2012, 22:46 | #43 |
Новичок
Регистрация: 17.05.2011
Сообщений: 16
Сказал(а) спасибо: 2
Поблагодарили 1 раз в 1 сообщении
|
Извините, только я заметил, что в тринити произошли какието изменения в таблице conditions и теперь с YTDB он не запускается???
Как быть, посоветуйте? Нет, собственно я поступил так: Залил YTDB + апдейты, затем накатил часть из TDB создающую таблицу conditions: Код:
-- -- Table structure for table `conditions` -- DROP TABLE IF EXISTS `conditions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `conditions` ( `SourceTypeOrReferenceId` mediumint(8) NOT NULL DEFAULT '0', `SourceGroup` mediumint(8) unsigned NOT NULL DEFAULT '0', `SourceEntry` mediumint(8) unsigned NOT NULL DEFAULT '0', `SourceId` int(10) NOT NULL DEFAULT '0', `ElseGroup` mediumint(8) unsigned NOT NULL DEFAULT '0', `ConditionTypeOrReference` mediumint(8) NOT NULL DEFAULT '0', `ConditionTarget` tinyint(3) unsigned NOT NULL DEFAULT '0', `ConditionValue1` mediumint(8) unsigned NOT NULL DEFAULT '0', `ConditionValue2` mediumint(8) unsigned NOT NULL DEFAULT '0', `ConditionValue3` mediumint(8) unsigned NOT NULL DEFAULT '0', `NegativeCondition` tinyint(3) unsigned NOT NULL DEFAULT '0', `ErrorTextId` mediumint(8) unsigned NOT NULL DEFAULT '0', `ScriptName` char(64) NOT NULL DEFAULT '', `Comment` varchar(255) DEFAULT NULL, PRIMARY KEY (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Condition System'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `conditions` -- LOCK TABLES `conditions` WRITE; /*!40000 ALTER TABLE `conditions` DISABLE KEYS */; INSERT INTO `conditions` VALUES (1,3,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,97,1307,0,0,6,0,469,0,0,0,0,'',NULL),(1,100,1307,0,0,6,0,469,0,0,0,0,'',NULL),(1,202,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,203,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,205,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,206,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,210,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,212,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,215,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,218,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,300,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,315,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,429,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,431,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,432,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,433,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,434,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,448,1307,0,0,6,0,469,0,0,0,0,'',NULL),(1,474,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,478,1307,0,0,6,0,469,0,0,0,0,'',NULL),(1,511,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,522,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,19768,34689,0,0,7,0,755,1,0,0,0,'',NULL),(1,531,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,533,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,568,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,570,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,579,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,583,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,604,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,639,2874,0,0,6,0,469,0,0,0,0,'',NULL),(1,669,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,670,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,678,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,684,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,703,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,709,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,710,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,743,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,751,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,782,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,783,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,785,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,787,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,879,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,880,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,881,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,889,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,891,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,892,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,898,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,909,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,910,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,920,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,942,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,947,1962,0,0,6,0,469,0,0,0,0,'',NULL),(1,948,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,978,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,1783,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1784,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1785,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1787,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1788,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1789,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1791,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1793,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1794,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1795,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1796,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1800,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1801,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1802,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1804,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1805,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1836,12707,0,0,7,0,164,1,0,0,0,'',NULL),(1,1847,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1850,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1852,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1852,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1852,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,1853,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1853,13501,0,0,7,0,171,1,0,0,0,'',NULL),(1,1885,12719,0,0,7,0,164,1,0,0,0,'',NULL),(1,1907,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,1939,3317,0,0,6,0,67,0,0,0,0,'',NULL),(1,1940,3317,0,0,6,0,67,0,0,0,0,'',NULL),(1,1942,3317,0,0,6,0,67,0,0,0,0,'',NULL),(1,1943,3317,0,0,6,0,67,0,0,0,0,'',NULL),(1,1944,3317,0,0,6,0,67,0,0,0,0,'',NULL),(1,2243,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2254,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2287,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2338,5352,0,0,6,0,469,0,0,0,0,'',NULL),(1,2339,5352,0,0,6,0,469,0,0,0,0,'',NULL),(1,2434,3668,0,0,6,0,469,0,0,0,0,'',NULL),(1,2557,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2567,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2569,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2573,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2584,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2642,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2644,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2645,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2646,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2650,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2658,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2681,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2691,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2692,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2717,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2718,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2726,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2727,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2735,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2736,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2743,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2760,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2791,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2831,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2923,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2924,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,3204,4903,0,0,6,0,67,0,0,0,0,'',NULL),(1,3472,5103,0,0,6,0,67,0,0,0,0,'',NULL),(1,3473,5102,0,0,6,0,67,0,0,0,0,'',NULL),(1,3474,5099,0,0,6,0,67,0,0,0,0,'',NULL),(1,22930,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,3977,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4130,5877,0,0,6,0,67,0,0,0,0,'',NULL),(1,4131,5877,0,0,6,0,67,0,0,0,0,'',NULL),(1,4132,5877,0,0,6,0,67,0,0,0,0,'',NULL),(1,4133,5877,0,0,6,0,67,0,0,0,0,'',NULL),(1,4286,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4290,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4294,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4295,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4298,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4300,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4301,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4302,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4303,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4328,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,23589,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4334,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4334,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4345,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4352,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,23881,33115,0,0,6,0,67,0,0,0,0,'',NULL),(1,23881,33114,0,0,6,0,469,0,0,0,0,'',NULL),(1,4357,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4358,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4360,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4361,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4362,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4362,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,23576,33307,0,0,7,0,333,1,0,0,0,'',NULL),(1,23578,33307,0,0,7,0,333,1,0,0,0,'',NULL),(1,23577,33307,0,0,7,0,333,1,0,0,0,'',NULL),(1,23574,33307,0,0,7,0,333,1,0,0,0,'',NULL),(1,4364,12714,0,0,7,0,164,1,0,0,0,'',NULL),(1,4366,12706,0,0,7,0,164,1,0,0,0,'',NULL),(1,4368,12718,0,0,7,0,164,1,0,0,0,'',NULL),(1,4400,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4401,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4411,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4413,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4421,49205,0,0,6,0,67,0,0,0,0,'',NULL),(1,4465,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4472,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,4474,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,4475,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,4476,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,4505,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4540,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4655,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4663,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4664,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4665,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4666,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4667,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4668,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4679,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4705,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,4802,16790,0,0,6,0,67,0,0,0,0,'',NULL),(1,4847,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4852,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4855,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4860,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5057,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5057,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5184,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5226,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5229,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5236,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5237,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5243,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5251,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5259,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5261,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5263,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5267,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5268,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5278,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5283,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5287,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5292,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5295,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5296,18969,0,0,6,0,469,0,0,0,0,'',NULL),(1,5296,18972,0,0,6,0,67,0,0,0,0,'',NULL),(1,5297,18969,0,0,6,0,469,0,0,0,0,'',NULL),(1,5297,18972,0,0,6,0,67,0,0,0,0,'',NULL),(1,5299,18969,0,0,6,0,469,0,0,0,0,'',NULL),(1,5299,18972,0,0,6,0,67,0,0,0,0,'',NULL),(1,5305,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5333,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5335,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5336,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5420,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5422,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5426,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5428,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5459,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5462,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5481,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5615,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5617,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5618,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5648,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5649,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5649,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5650,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5797,10621,0,0,6,0,67,0,0,0,0,'',NULL),(1,5833,10000,0,0,6,0,469,0,0,0,0,'',NULL),(1,5857,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5984,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,6073,23777,0,0,6,0,469,0,0,0,0,'',NULL),(1,6073,23797,0,0,6,0,67,0,0,0,0,'',NULL),(1,6115,23777,0,0,6,0,469,0,0,0,0,'',NULL),(1,6115,23797,0,0,6,0,67,0,0,0,0,'',NULL),(1,6170,2794,0,0,6,0,469,0,0,0,0,'',NULL),(1,6190,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,6846,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,6866,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,6927,1972,0,0,6,0,469,0,0,0,0,'',NULL),(1,7012,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7023,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7086,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7086,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7092,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7093,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7097,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7098,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7099,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7100,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7101,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7104,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7105,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7106,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7107,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7108,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7109,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7110,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7111,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7112,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7113,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7114,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7115,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7118,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7120,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7125,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7126,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7132,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7135,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7136,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7137,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7138,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7139,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7149,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7153,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7153,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,7154,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7154,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,7155,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7155,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,7156,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7156,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,7157,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7157,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,7158,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,7158,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,7246,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7247,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7268,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7269,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7286,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7320,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7321,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7347,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7348,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7428,12436,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7429,12436,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7430,12430,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7431,12430,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7432,12430,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7433,12430,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7434,12430,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7437,14493,0,0,7,0,197,1,0,0,0,'',NULL),(1,7438,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7438,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,7439,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7439,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,7440,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7440,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,7441,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7441,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,7442,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7442,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,7443,12432,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7444,12432,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7445,12432,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7446,12432,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7447,12434,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7448,12434,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7449,12434,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7450,12433,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7451,12433,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7452,12433,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7452,12558,0,0,6,0,67,0,0,0,0,'',NULL),(1,7453,12433,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7453,12558,0,0,6,0,67,0,0,0,0,'',NULL),(1,7454,12433,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7454,12558,0,0,6,0,67,0,0,0,0,'',NULL),(1,7457,12435,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7458,12435,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7459,12435,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7460,12435,0,0,2,0,12384,1,0,0,0,'',NULL),(1,7584,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7848,18969,0,0,6,0,469,0,0,0,0,'',NULL),(1,7848,18972,0,0,6,0,67,0,0,0,0,'',NULL),(1,7856,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7858,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7977,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,8095,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,8318,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,24818,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,24819,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,24819,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8891,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8892,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8893,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8894,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8895,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8896,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8897,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8898,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8899,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8900,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8902,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8903,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8904,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8905,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8906,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8907,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8908,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8909,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8910,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8911,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8912,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8913,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8914,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8915,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8916,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8917,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8920,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8921,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8922,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8923,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8924,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8925,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8926,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8927,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8928,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8929,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8932,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8933,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,8956,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,8957,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,8958,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,8958,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,8959,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,8959,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,8960,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,8960,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,8961,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,8983,21956,0,0,7,0,755,1,0,0,0,'',NULL),(1,8983,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9016,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9017,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9018,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9019,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9024,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9025,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9026,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9026,14486,0,0,7,0,197,1,0,0,0,'',NULL),(1,9027,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9028,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9029,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9030,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9031,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9032,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9033,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9041,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9042,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9056,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9319,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9398,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9443,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9445,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9454,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9462,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9462,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,9464,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9464,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,9476,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9502,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9516,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9517,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9518,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9537,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9541,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9543,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9545,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9547,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9554,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9601,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9677,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9678,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9680,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9681,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,9860,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9861,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9862,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9877,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,9938,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,10043,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,10580,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10485,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10411,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10391,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10390,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8557,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8556,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8555,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8551,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8548,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8547,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8543,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8541,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8540,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8538,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8535,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8534,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8531,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8530,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8527,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8526,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8525,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8524,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8523,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,4476,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,4475,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,4474,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1847,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1804,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1802,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1801,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1800,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1796,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1795,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1794,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1793,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1791,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1789,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1787,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1785,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1784,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1783,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10363,15730,0,0,7,0,165,1,0,0,0,'',NULL),(1,10393,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10411,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,16383,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10436,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10437,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,15670,21776,0,0,6,0,67,0,0,0,0,'',NULL),(1,10440,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,19960,23800,0,0,7,0,202,1,0,0,0,'',NULL),(1,10506,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10508,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10516,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10580,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,10617,12564,0,0,6,0,67,0,0,0,0,'',NULL),(1,10648,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,10648,11668,0,0,6,0,469,0,0,0,0,'',NULL),(1,10738,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,10738,12842,0,0,8,0,5128,0,0,0,0,'',NULL),(1,10738,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,10801,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,10813,13250,0,0,8,0,5251,0,0,0,0,'',NULL),(1,10816,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,10836,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,10916,12431,0,0,2,0,12384,1,0,0,0,'',NULL),(1,10916,21383,0,0,8,0,8464,0,0,0,0,'',NULL),(1,11075,13356,0,0,2,0,13370,1,0,0,0,'',NULL),(1,11076,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,11077,13357,0,0,2,0,13370,1,0,0,0,'',NULL),(1,11078,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,11143,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14861,13523,0,0,8,0,5384,0,0,0,0,'',NULL),(1,10558,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11583,19002,0,0,6,0,67,0,0,0,0,'',NULL),(1,11583,19003,0,0,6,0,469,0,0,0,0,'',NULL),(1,11687,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11697,23777,0,0,6,0,469,0,0,0,0,'',NULL),(1,11697,23797,0,0,6,0,67,0,0,0,0,'',NULL),(1,10433,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11778,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11782,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11786,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11787,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11789,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11791,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11873,13354,0,0,2,0,13370,1,0,0,0,'',NULL),(1,35490,48418,0,0,9,0,14199,0,0,0,0,'',NULL),(1,35490,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,12206,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12207,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12216,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,14861,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,12217,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12218,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12219,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12220,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12221,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,12223,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11121,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11058,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10439,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,12676,16305,0,0,8,0,6383,0,0,0,0,'',NULL),(1,12677,16304,0,0,8,0,6383,0,0,0,0,'',NULL),(1,12678,16303,0,0,8,0,6383,0,0,0,0,'',NULL),(1,12759,16408,0,0,6,0,67,0,0,0,0,'',NULL),(1,12876,16782,0,0,6,0,67,0,0,0,0,'',NULL),(1,13019,20310,0,0,6,0,67,0,0,0,0,'',NULL),(1,13141,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,13142,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,9499,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,19755,23806,0,0,7,0,202,1,0,0,0,'',NULL),(1,13323,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,10504,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,35451,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,14123,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,14339,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,14340,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,14342,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,14342,21377,0,0,8,0,8460,0,0,0,0,'',NULL),(1,14343,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,14344,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,14345,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,10505,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14435,19018,0,0,8,0,7786,0,0,0,0,'',NULL),(1,14401,44956,0,0,7,0,186,1,0,0,0,'',NULL),(1,14516,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11261,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10901,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10808,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14523,11515,0,0,2,0,11511,1,0,0,0,'',NULL),(1,10507,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10435,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10432,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14603,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,14690,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11261,13523,0,0,8,0,5384,0,0,0,0,'',NULL),(1,11082,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10502,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10503,13523,0,0,8,0,5384,0,0,0,0,'',NULL),(1,10438,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,15298,20483,0,0,6,0,67,0,0,0,0,'',NULL),(1,15407,23249,0,0,6,0,67,0,0,0,0,'',NULL),(1,15409,23228,0,0,6,0,67,0,0,0,0,'',NULL),(1,15550,23809,0,0,7,0,202,1,0,0,0,'',NULL),(1,15687,22559,0,0,7,0,333,1,0,0,0,'',NULL),(1,15688,22561,0,0,7,0,333,1,0,0,0,'',NULL),(1,9568,12780,0,0,6,0,469,0,0,0,0,'',NULL),(1,5278,11474,0,0,6,0,67,0,0,0,0,'',NULL),(1,15937,21776,0,0,6,0,67,0,0,0,0,'',NULL),(1,15968,20765,0,0,6,0,67,0,0,0,0,'',NULL),(1,14695,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14684,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,12262,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10816,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10801,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10678,12840,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16072,12718,0,0,7,0,164,1,0,0,0,'',NULL),(1,11622,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10503,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10809,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,9156,11446,0,0,8,0,4242,0,0,0,0,'',NULL),(1,16314,22597,0,0,6,0,67,0,0,0,0,'',NULL),(1,16315,22597,0,0,6,0,67,0,0,0,0,'',NULL),(1,9736,21955,0,0,7,0,755,1,0,0,0,'',NULL),(1,16406,21903,0,0,7,0,197,1,0,0,0,'',NULL),(1,16408,21904,0,0,7,0,197,1,0,0,0,'',NULL),(1,16472,22545,0,0,7,0,333,1,0,0,0,'',NULL),(1,17150,22923,0,0,7,0,171,1,0,0,0,'',NULL),(1,21302,22924,0,0,7,0,171,1,0,0,0,'',NULL),(1,16522,24414,0,0,6,0,469,0,0,0,0,'',NULL),(1,16524,22560,0,0,7,0,333,1,0,0,0,'',NULL),(1,20568,24312,0,0,7,0,197,1,0,0,0,'',NULL),(1,20629,29673,0,0,7,0,165,1,0,0,0,'',NULL),(1,16863,23270,0,0,9,0,9361,0,0,0,0,'',NULL),(1,16879,23270,0,0,9,0,9361,0,0,0,0,'',NULL),(1,16880,23270,0,0,9,0,9361,0,0,0,0,'',NULL),(1,16906,28552,0,0,6,0,67,0,0,0,0,'',NULL),(1,16945,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,16945,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17136,23611,0,0,7,0,164,1,0,0,0,'',NULL),(1,16992,23270,0,0,9,0,9361,0,0,0,0,'',NULL),(1,17128,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17128,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17129,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17129,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17130,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17130,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17131,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17131,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17132,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17132,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17133,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17133,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17134,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17134,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17135,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17135,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17136,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17136,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17137,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17137,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17138,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17138,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17139,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17141,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17141,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17146,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17148,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17148,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17149,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17150,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17153,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17153,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17154,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17154,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17155,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17155,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17156,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17156,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17157,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17158,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17158,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17159,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17159,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,17160,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,17193,23759,0,0,6,0,469,0,0,0,0,'',NULL),(1,17194,23759,0,0,6,0,469,0,0,0,0,'',NULL),(1,17195,23759,0,0,6,0,469,0,0,0,0,'',NULL),(1,17202,23678,0,0,6,0,469,0,0,0,0,'',NULL),(1,17257,32386,0,0,6,0,67,0,0,0,0,'',NULL),(1,17257,32385,0,0,6,0,469,0,0,0,0,'',NULL),(1,17465,22554,0,0,7,0,333,1,0,0,0,'',NULL),(1,17496,23870,0,0,6,0,469,0,0,0,0,'',NULL),(1,17528,23900,0,0,6,0,469,0,0,0,0,'',NULL),(1,17537,23892,0,0,6,0,67,0,0,0,0,'',NULL),(1,17537,23890,0,0,6,0,469,0,0,0,0,'',NULL),(1,17591,23910,0,0,6,0,469,0,0,0,0,'',NULL),(1,20630,23887,0,0,7,0,202,1,0,0,0,'',NULL),(1,17797,29673,0,0,7,0,165,1,0,0,0,'',NULL),(1,20633,24313,0,0,7,0,197,1,0,0,0,'',NULL),(1,20745,27854,0,0,7,0,165,1,0,0,0,'',NULL),(1,18708,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,17941,29674,0,0,7,0,165,1,0,0,0,'',NULL),(1,19893,29674,0,0,7,0,165,1,0,0,0,'',NULL),(1,21558,23617,0,0,7,0,164,1,0,0,0,'',NULL),(1,17975,23617,0,0,7,0,164,1,0,0,0,'',NULL),(1,21582,24311,0,0,7,0,197,1,0,0,0,'',NULL),(1,21581,24310,0,0,7,0,197,1,0,0,0,'',NULL),(1,17981,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18037,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18037,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18043,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18062,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18062,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18064,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18064,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18065,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18065,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18124,24483,0,0,6,0,469,0,0,0,0,'',NULL),(1,18124,24484,0,0,6,0,67,0,0,0,0,'',NULL),(1,18202,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18205,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18205,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18207,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18220,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18220,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18226,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18238,24558,0,0,6,0,67,0,0,0,0,'',NULL),(1,18238,24559,0,0,6,0,469,0,0,0,0,'',NULL),(1,18238,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18258,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18258,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18289,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18289,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18290,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18298,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18309,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,18311,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,18312,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,18313,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,18315,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,18317,22543,0,0,7,0,333,1,0,0,0,'',NULL),(1,18322,25731,0,0,7,0,165,1,0,0,0,'',NULL),(1,18331,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,18334,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18334,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,20267,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18341,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20268,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18343,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20266,22921,0,0,7,0,171,1,0,0,0,'',NULL),(1,20266,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18344,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18344,22921,0,0,7,0,171,1,0,0,0,'',NULL),(1,18352,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,20318,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18371,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20306,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18373,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18413,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18413,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18422,24172,0,0,7,0,755,1,0,0,0,'',NULL),(1,18423,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18423,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,20690,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18472,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18472,24160,0,0,7,0,755,1,0,0,0,'',NULL),(1,20706,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18314,23615,0,0,7,0,164,1,0,0,0,'',NULL),(1,18521,22544,0,0,7,0,333,1,0,0,0,'',NULL),(1,18535,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18535,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18536,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18536,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18567,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18830,23607,0,0,7,0,164,1,0,0,0,'',NULL),(1,18658,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18661,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,18667,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18667,25728,0,0,7,0,165,1,0,0,0,'',NULL),(1,23863,33307,0,0,7,0,333,1,0,0,0,'',NULL),(1,24239,33307,0,0,7,0,333,1,0,0,0,'',NULL),(1,18731,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,18732,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,23324,23613,0,0,7,0,164,1,0,0,0,'',NULL),(1,18875,29209,0,0,8,0,10265,0,0,0,0,'',NULL),(1,18875,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,17820,25729,0,0,7,0,165,1,0,0,0,'',NULL),(1,18963,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,18964,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,19168,22920,0,0,7,0,171,1,0,0,0,'',NULL),(1,19168,21906,0,0,7,0,197,1,0,0,0,'',NULL),(1,21533,35582,0,0,7,0,202,1,0,0,0,'',NULL),(1,19219,35582,0,0,7,0,202,1,0,0,0,'',NULL),(1,21537,21910,0,0,7,0,197,1,0,0,0,'',NULL),(1,19220,21907,0,0,7,0,197,1,0,0,0,'',NULL),(1,20043,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21536,22920,0,0,7,0,171,1,0,0,0,'',NULL),(1,19298,29588,0,0,6,0,469,0,0,0,0,'',NULL),(1,19307,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,19221,22920,0,0,7,0,171,1,0,0,0,'',NULL),(1,15950,21776,0,0,6,0,67,0,0,0,0,'',NULL),(1,19641,29209,0,0,8,0,10265,0,0,0,0,'',NULL),(1,19641,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,19642,29209,0,0,8,0,10265,0,0,0,0,'',NULL),(1,19642,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20043,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,19952,22534,0,0,7,0,333,1,0,0,0,'',NULL),(1,20207,23808,0,0,7,0,202,1,0,0,0,'',NULL),(1,22148,34491,0,0,7,0,165,1,0,0,0,'',NULL),(1,19973,22925,0,0,7,0,171,1,0,0,0,'',NULL),(1,19984,24161,0,0,7,0,755,1,0,0,0,'',NULL),(1,19995,30431,0,0,6,0,67,0,0,0,0,'',NULL),(1,19998,30431,0,0,6,0,67,0,0,0,0,'',NULL),(1,20334,30431,0,0,6,0,67,0,0,0,0,'',NULL),(1,20452,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20453,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20456,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20458,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20459,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20474,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20601,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20609,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22243,22555,0,0,7,0,333,1,0,0,0,'',NULL),(1,20614,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20727,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20728,30431,0,0,6,0,67,0,0,0,0,'',NULL),(1,22144,34491,0,0,7,0,165,1,0,0,0,'',NULL),(1,20753,31363,0,0,6,0,469,0,0,0,0,'',NULL),(1,20770,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20798,29590,0,0,6,0,67,0,0,0,0,'',NULL),(1,20854,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20869,21905,0,0,7,0,197,1,0,0,0,'',NULL),(1,20872,21915,0,0,7,0,197,1,0,0,0,'',NULL),(1,20880,22556,0,0,7,0,333,1,0,0,0,'',NULL),(1,17977,24311,0,0,7,0,197,1,0,0,0,'',NULL),(1,20896,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20897,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,20898,29672,0,0,7,0,165,1,0,0,0,'',NULL),(1,21454,23613,0,0,7,0,164,1,0,0,0,'',NULL),(1,21104,25730,0,0,7,0,165,1,0,0,0,'',NULL),(1,21296,30431,0,0,6,0,67,0,0,0,0,'',NULL),(1,21499,30579,0,0,6,0,67,0,0,0,0,'',NULL),(1,21499,30756,0,0,6,0,469,0,0,0,0,'',NULL),(1,21702,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,21809,31120,0,0,8,0,10682,0,0,0,0,'',NULL),(1,21810,31120,0,0,8,0,10682,0,0,0,0,'',NULL),(1,22143,34491,0,0,7,0,165,1,0,0,0,'',NULL),(1,15668,21776,0,0,6,0,67,0,0,0,0,'',NULL),(1,22037,31239,0,0,6,0,469,0,0,0,0,'',NULL),(1,22037,31241,0,0,6,0,67,0,0,0,0,'',NULL),(1,15669,21776,0,0,6,0,67,0,0,0,0,'',NULL),(1,22076,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,22241,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22242,22555,0,0,7,0,333,1,0,0,0,'',NULL),(1,22242,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22243,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22244,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22879,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,22939,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22939,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22939,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,22939,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22939,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,22945,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22954,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22955,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,22955,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22955,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22955,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22962,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,22965,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,23008,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,23026,26042,0,0,6,0,67,0,0,0,0,'',NULL),(1,23026,26043,0,0,6,0,469,0,0,0,0,'',NULL),(1,23030,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23035,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20636,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,23066,32523,0,0,8,0,11004,0,0,0,0,'',NULL),(1,23147,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,23147,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,23147,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23147,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23147,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23153,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,23154,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,23196,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23223,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,23223,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23236,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23236,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23267,32621,0,0,8,0,11014,0,0,0,0,'',NULL),(1,18853,23639,0,0,7,0,164,1,0,0,0,'',NULL),(1,23330,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23402,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,17968,32297,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32289,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32296,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32285,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32295,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32303,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32307,0,0,7,0,755,1,0,0,0,'',NULL),(1,17968,32298,0,0,7,0,755,1,0,0,0,'',NULL),(1,17839,25730,0,0,7,0,165,1,0,0,0,'',NULL),(1,18473,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20738,27854,0,0,7,0,165,1,0,0,0,'',NULL),(1,20738,29675,0,0,7,0,165,1,0,0,0,'',NULL),(1,20031,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20031,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20031,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20031,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20031,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20031,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20031,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,22845,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22847,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22846,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23237,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23223,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22955,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22955,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23030,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23172,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23402,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23397,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22869,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23339,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22962,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,22962,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22957,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,23394,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22880,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,22880,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23147,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,23147,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23018,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23018,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,22956,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22956,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22964,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22964,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,22959,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22939,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22939,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,22953,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22953,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,20043,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20043,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20043,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20043,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20043,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20043,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20033,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20033,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20033,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20033,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20033,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20033,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20033,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20033,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20035,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20035,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20035,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20036,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20036,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20036,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20032,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20032,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20032,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20032,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20049,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20049,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20049,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20049,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20049,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20049,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20049,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20048,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20048,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20048,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20048,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20048,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20048,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20050,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20050,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20050,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20050,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20050,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20040,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20040,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20040,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20040,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20040,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20052,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20052,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20052,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20052,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20052,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20052,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20052,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20041,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20041,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20041,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20041,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20041,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20045,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20044,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20044,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20044,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20044,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20044,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20044,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20044,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20039,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20039,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20039,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,19740,31680,0,0,7,0,171,1,0,0,0,'',NULL),(1,21302,31680,0,0,7,0,171,1,0,0,0,'',NULL),(1,19755,31680,0,0,7,0,171,1,0,0,0,'',NULL),(1,21314,31680,0,0,7,0,171,1,0,0,0,'',NULL),(1,22821,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22822,29460,0,0,8,0,10970,0,0,0,0,'',NULL),(1,22822,22530,0,0,7,0,333,1,0,0,0,'',NULL),(1,20136,22551,0,0,7,0,333,1,0,0,0,'',NULL),(1,17803,22533,0,0,7,0,333,1,0,0,0,'',NULL),(1,19796,28276,0,0,7,0,333,1,0,0,0,'',NULL),(1,18870,28277,0,0,7,0,333,1,0,0,0,'',NULL),(1,16952,23612,0,0,7,0,164,1,0,0,0,'',NULL),(1,21050,33174,0,0,7,0,164,1,0,0,0,'',NULL),(1,21060,33174,0,0,7,0,164,1,0,0,0,'',NULL),(1,21059,33174,0,0,7,0,164,1,0,0,0,'',NULL),(1,21061,33174,0,0,7,0,164,1,0,0,0,'',NULL),(1,18497,23605,0,0,7,0,164,1,0,0,0,'',NULL),(1,20900,23606,0,0,7,0,164,1,0,0,0,'',NULL),(1,18203,23608,0,0,7,0,164,1,0,0,0,'',NULL),(1,20878,23609,0,0,7,0,164,1,0,0,0,'',NULL),(1,18873,23610,0,0,7,0,164,1,0,0,0,'',NULL),(1,1850,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1852,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10821,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10825,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10826,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,17878,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16380,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16379,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16299,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16298,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16184,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16141,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14697,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14564,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14521,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14520,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14519,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,14518,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,12263,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11873,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11582,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11551,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11284,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11257,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11078,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11077,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11076,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,11075,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10500,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10499,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10498,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10497,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10495,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10491,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10489,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10488,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10487,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10486,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10478,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10477,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10476,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10472,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10471,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10470,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10469,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10464,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10463,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10417,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10416,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10414,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10413,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1788,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1805,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,1848,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,4472,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8528,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8529,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8532,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8539,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8542,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8544,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8545,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8546,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8550,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8553,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,8558,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10381,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10382,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10394,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10398,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10399,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10400,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10405,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10406,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,16143,12843,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10407,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10408,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10409,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,10412,12841,0,0,1,0,17670,0,0,0,0,'',NULL),(1,20878,31681,0,0,7,0,171,1,0,0,0,'',NULL),(1,20887,31681,0,0,7,0,171,1,0,0,0,'',NULL),(1,19756,31681,0,0,7,0,171,1,0,0,0,'',NULL),(1,19754,31681,0,0,7,0,171,1,0,0,0,'',NULL),(1,17862,22927,0,0,7,0,171,1,0,0,0,'',NULL),(1,22017,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,19795,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,22016,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,19806,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,19796,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,22018,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,19792,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,22093,31682,0,0,7,0,171,1,0,0,0,'',NULL),(1,21246,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20045,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21231,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21301,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21232,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21221,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21225,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21226,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21229,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20037,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21298,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20035,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21251,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21863,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21339,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21230,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20036,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21228,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21227,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21220,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21299,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20042,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21263,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,21218,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,20041,30321,0,0,7,0,164,1,0,0,0,'',NULL),(1,22946,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23400,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23018,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22869,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22844,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22882,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22880,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23337,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23237,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23330,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22847,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23339,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23172,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22956,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23047,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22962,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22965,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23196,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22964,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23374,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,23236,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22945,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,22845,32738,0,0,7,0,164,1,0,0,0,'',NULL),(1,21246,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20049,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21221,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21863,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21227,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21301,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21220,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21225,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21218,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21231,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21230,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21232,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21228,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20032,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21263,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21339,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21251,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21298,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21224,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,21229,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20042,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20052,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,20044,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,4096,30322,0,0,7,0,164,1,0,0,0,'',NULL),(1,23222,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,23049,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,23394,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,22954,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,23223,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,22955,32736,0,0,7,0,164,1,0,0,0,'',NULL),(1,23305,23613,0,0,7,0,164,1,0,0,0,'',NULL),(1,21060,23612,0,0,7,0,164,1,0,0,0,'',NULL),(1,21061,23612,0,0,7,0,164,1,0,0,0,'',NULL),(1,15692,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2611,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,6733,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2547,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2548,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7996,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,784,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7883,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7608,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7797,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7847,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,11937,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2647,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7351,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,8762,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2536,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7796,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5244,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7274,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,679,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2545,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7604,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5255,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5246,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,676,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4863,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4645,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2521,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,672,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,14639,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,9165,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,747,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5297,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7346,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,7113,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5299,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,4331,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,5475,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,2742,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,19707,33804,0,0,7,0,202,1,0,0,0,'',NULL),(1,23386,34114,0,0,7,0,202,1,0,0,0,'',NULL),(1,18866,24162,0,0,7,0,755,1,0,0,0,'',NULL),(1,17722,24159,0,0,7,0,755,1,0,0,0,'',NULL),(1,19826,24158,0,0,7,0,755,1,0,0,0,'',NULL),(1,2780,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,12865,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2421,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2575,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7345,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,736,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2422,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,6733,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2571,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2596,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2318,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,24830,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2247,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2783,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4723,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7023,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2569,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2287,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7030,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4851,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2522,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7605,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2256,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2417,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2829,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4845,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2590,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4848,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,11685,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2570,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,871,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4302,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7078,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,858,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2585,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4303,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,854,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7341,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,6227,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,12223,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7351,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4292,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4846,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7328,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,17115,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7349,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4540,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4290,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7347,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4301,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4850,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4861,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2726,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2762,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,767,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4298,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4644,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4637,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4139,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4295,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4294,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,684,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7175,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4506,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,747,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,760,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,762,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2561,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4852,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,772,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4289,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2728,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7584,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4646,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5240,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2761,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2582,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2573,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,764,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,690,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,12219,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5647,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2588,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2732,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4674,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7022,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7321,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2255,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7334,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5650,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4855,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7011,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,6212,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5249,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2619,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7348,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,11686,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,769,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7353,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4856,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2584,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,6226,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4655,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2740,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4300,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4150,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4645,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2734,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2639,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2253,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2592,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4288,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4304,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5422,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4728,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4853,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2246,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4286,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2653,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7344,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5268,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4632,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4299,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,674,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4291,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2589,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,939,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,12218,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5420,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,782,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7320,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7335,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2358,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2252,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,780,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2729,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5616,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4844,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,702,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,691,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,6426,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5331,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5335,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2254,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4329,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5237,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2691,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2760,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4642,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5251,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4287,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4308,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7857,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,667,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2725,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,671,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2893,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7329,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2271,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,4623,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2928,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2925,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5286,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2650,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,5234,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2359,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2242,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,1907,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2735,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7856,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,7855,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,687,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,686,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,2249,20976,0,0,7,0,755,1,0,0,0,'',NULL),(1,21246,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21251,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21231,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21224,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21230,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21301,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21226,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21232,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21225,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21221,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20034,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21339,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21220,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21218,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20042,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21299,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20032,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20037,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21228,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21298,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20039,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,21263,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,4096,30302,0,0,7,0,165,1,0,0,0,'',NULL),(1,20046,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21231,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21251,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21227,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20032,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21339,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21229,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21246,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20050,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21226,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20034,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20036,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21298,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21224,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21301,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21218,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21220,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21230,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21228,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21263,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21221,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21232,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21299,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,21225,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20037,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20042,30301,0,0,7,0,165,1,0,0,0,'',NULL),(1,20046,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21228,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21230,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21339,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21251,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21298,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20034,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21218,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21246,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21863,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20037,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21229,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20031,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21231,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20032,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21227,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20041,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21232,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21299,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20042,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20048,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21301,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21225,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,21263,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20040,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,20036,30303,0,0,7,0,165,1,0,0,0,'',NULL),(1,23402,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,23222,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,23339,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,23337,32748,0,0,7,0,165,1,0,0,0,'',NULL),(1,22964,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23235,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23403,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23400,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23339,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23049,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22945,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23330,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23337,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22880,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22957,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22959,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23223,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23394,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22882,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22954,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23374,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22869,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23047,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,22879,32744,0,0,7,0,165,1,0,0,0,'',NULL),(1,23337,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22962,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22855,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23018,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22954,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23047,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22853,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23172,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22846,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22946,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22939,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22882,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23374,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22869,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23223,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23403,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22879,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23330,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22844,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,23235,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22956,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,22880,32750,0,0,7,0,165,1,0,0,0,'',NULL),(1,21225,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21251,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21227,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21221,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20037,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21231,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21229,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21301,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20042,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21263,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21246,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21220,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21298,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21228,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21863,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20034,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21230,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21232,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21339,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21224,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20036,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21299,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,20039,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,21218,30304,0,0,7,0,165,1,0,0,0,'',NULL),(1,22959,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,23018,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,22880,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,23337,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,22844,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,22945,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,22955,32746,0,0,7,0,165,1,0,0,0,'',NULL),(1,23022,34491,0,0,7,0,165,1,0,0,0,'',NULL),(1,18320,29669,0,0,7,0,165,1,0,0,0,'',NULL),(1,7158,15754,0,0,7,0,165,1,0,0,0,'',NULL),(1,7156,15754,0,0,7,0,165,1,0,0,0,'',NULL),(1,21246,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21251,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20034,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21218,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21225,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21229,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21339,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21226,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20040,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20039,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21232,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21220,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21228,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,20042,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21298,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21230,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21301,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21231,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21224,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21263,30280,0,0,7,0,197,1,0,0,0,'',NULL),(1,21246,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21225,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21251,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20039,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21231,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20034,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21863,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21226,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21224,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21301,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20035,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21218,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20041,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21228,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20037,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21229,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20048,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21220,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,20036,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21298,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21339,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21232,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21299,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21230,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,21263,30281,0,0,7,0,197,1,0,0,0,'',NULL),(1,22965,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23339,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22956,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23223,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23047,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23239,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23232,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23330,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23196,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22846,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23374,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22882,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22853,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22945,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22954,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23337,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22964,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22869,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,23236,32754,0,0,7,0,197,1,0,0,0,'',NULL),(1,22882,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23232,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22844,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23235,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22853,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23028,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,23236,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22845,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22880,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,22945,32752,0,0,7,0,197,1,0,0,0,'',NULL),(1,18872,21919,0,0,7,0,197,1,0,0,0,'',NULL),(1,20135,21911,0,0,7,0,197,1,0,0,0,'',NULL),(1,20134,21911,0,0,7,0,197,1,0,0,0,'',NULL),(1,24560,35756,0,0,7,0,333,1,0,0,0,'',NULL),(1,25560,35756,0,0,7,0,333,1,0,0,0,'',NULL),(1,20521,22927,0,0,7,0,171,1,0,0,0,'',NULL),(1,20531,24173,0,0,7,0,755,1,0,0,0,'',NULL),(1,20690,24160,0,0,7,0,755,1,0,0,0,'',NULL),(1,20637,25728,0,0,7,0,165,1,0,0,0,'',NULL),(1,20637,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20653,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,20657,24309,0,0,7,0,197,1,0,0,0,'',NULL),(1,20657,28558,0,0,1,0,33377,0,0,0,0,'',NULL),(1,23643,33961,0,0,6,0,469,0,0,0,0,'',NULL),(1,23643,33962,0,0,6,0,67,0,0,0,0,'',NULL),(1,23643,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23643,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23644,33961,0,0,6,0,469,0,0,0,0,'',NULL),(1,23644,33962,0,0,6,0,67,0,0,0,0,'',NULL),(1,23644,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23644,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23645,33961,0,0,6,0,469,0,0,0,0,'',NULL),(1,23645,33962,0,0,6,0,67,0,0,0,0,'',NULL),(1,23645,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23645,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23645,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23651,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23651,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23651,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23651,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23652,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23652,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23652,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23652,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23653,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23653,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23653,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23653,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23654,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23654,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23654,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23654,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23655,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23655,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23655,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23655,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23656,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23656,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23656,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23656,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23657,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23657,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23657,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23657,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23658,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23658,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23658,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23658,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23660,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23660,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23660,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23660,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23661,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23661,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23661,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23661,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23661,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23661,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23662,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23662,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23662,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23662,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23662,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23662,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23663,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23663,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23663,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23663,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23663,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23663,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23664,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23664,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23664,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23664,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23664,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23664,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23665,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23665,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23665,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23665,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23665,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23665,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23666,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23666,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23666,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23666,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23666,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23666,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23667,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23667,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23667,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23668,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23668,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23668,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23668,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23668,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23669,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23669,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23669,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23669,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23669,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23670,33314,0,0,8,0,11247,0,0,0,0,'',NULL),(1,23670,33345,0,0,8,0,11258,0,0,0,0,'',NULL),(1,23670,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23672,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23672,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23672,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23673,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23673,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23674,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23674,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23674,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23674,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23675,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23675,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23675,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23676,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23676,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23676,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23676,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23678,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23678,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23678,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23678,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23711,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23711,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23711,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23711,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23760,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23760,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23760,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23760,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23793,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23793,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23793,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23793,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23794,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23794,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23794,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23794,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23796,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23866,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23866,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23866,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23866,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23871,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23871,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23871,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23871,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23875,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23875,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23931,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23932,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23932,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23934,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23934,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23934,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23940,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23940,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23940,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23940,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23946,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23946,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23946,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23946,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23953,44731,0,0,12,0,8,0,0,0,0,'',NULL),(1,23953,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,23980,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,23967,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23967,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23967,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23967,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23989,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,23989,33347,0,0,6,0,67,0,0,0,0,'',NULL),(1,23989,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23989,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23989,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23989,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23990,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,23990,33347,0,0,6,0,67,0,0,0,0,'',NULL),(1,23990,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23990,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23990,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23990,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23991,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,23991,33347,0,0,6,0,67,0,0,0,0,'',NULL),(1,23991,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23991,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23991,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,23991,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,23992,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,23992,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23992,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,23993,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,23993,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,23993,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24013,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,24013,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24013,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24013,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24013,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24014,33289,0,0,6,0,469,0,0,0,0,'',NULL),(1,24014,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24014,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24014,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24014,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24015,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24015,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24015,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24015,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24016,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24018,34090,0,0,8,0,11236,0,0,0,0,'',NULL),(1,24018,34091,0,0,8,0,11264,0,0,0,0,'',NULL),(1,24030,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24030,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24030,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24030,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24073,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24073,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24073,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24073,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24116,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24116,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24161,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24161,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24162,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24169,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24169,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,30748,22206,0,0,12,0,8,0,0,0,0,'',NULL),(1,30748,44731,0,0,12,0,8,0,0,0,0,'',NULL),(1,30748,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,24212,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24212,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24212,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24212,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24213,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24213,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24213,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24214,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24214,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24214,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24214,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24215,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24216,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24216,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24216,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24216,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24238,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24238,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24249,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24249,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24249,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24249,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24250,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24250,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24250,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24250,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24286,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24286,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24286,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24286,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24334,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24334,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24398,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24398,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24398,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24398,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24400,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24400,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24469,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24469,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24469,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24485,33961,0,0,6,0,469,0,0,0,0,'',NULL),(1,24485,33962,0,0,6,0,67,0,0,0,0,'',NULL),(1,24485,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24485,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24485,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24485,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24540,33961,0,0,6,0,469,0,0,0,0,'',NULL),(1,24540,33962,0,0,6,0,67,0,0,0,0,'',NULL),(1,24540,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24540,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24540,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24540,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24546,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24562,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24562,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24562,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24562,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24567,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24567,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24567,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24567,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24635,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24635,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24635,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24635,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24638,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24638,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24638,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24642,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24642,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24644,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24644,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24676,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24676,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24676,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24676,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24713,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24713,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24779,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24779,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24779,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24789,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24789,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24846,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24871,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24871,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24871,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24871,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24872,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24872,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24872,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24872,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,24900,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24914,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,24957,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,24957,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,24957,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,24957,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25026,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25026,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25026,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25026,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25026,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,25209,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25209,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25209,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25227,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25227,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25227,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25227,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25228,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25228,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25294,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25294,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25294,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25294,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25301,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25301,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25301,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25301,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25316,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25316,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25316,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25316,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,25350,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25350,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25350,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25350,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25351,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25351,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25351,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25351,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25353,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25353,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25353,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25353,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25378,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25378,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25378,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25378,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25383,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25383,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25383,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25383,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25386,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25386,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25386,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25386,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25392,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25392,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25393,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25393,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25393,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25393,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25396,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25396,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25396,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25396,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25428,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25428,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25428,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25428,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25429,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25429,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25429,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25429,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25430,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25430,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25430,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25432,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25432,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25432,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25432,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25433,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25433,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25433,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25433,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25434,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25434,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25434,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25434,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25448,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25448,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25448,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25449,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25449,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25449,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25449,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25467,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25467,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25467,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25467,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25468,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25468,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25470,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25470,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25470,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25470,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25479,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25479,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25479,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25479,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25496,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25496,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25496,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25496,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25501,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25520,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25520,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25520,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25521,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25521,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25521,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25521,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25522,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25522,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25522,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25522,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25523,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25523,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25523,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25523,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25601,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25605,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25605,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25605,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25605,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25609,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25609,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25609,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25609,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25611,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25611,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25611,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25611,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25613,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25613,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25613,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25613,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25615,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25615,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25615,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25615,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25619,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25619,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25650,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25650,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25650,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25650,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25651,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25651,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25651,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25651,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25660,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25660,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25660,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25660,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25668,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25684,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25684,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25684,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25684,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25713,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25713,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25713,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25719,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25719,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25719,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25719,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25752,34984,0,0,6,0,469,0,0,0,0,'',NULL),(1,25753,34984,0,0,6,0,469,0,0,0,0,'',NULL),(1,25758,34984,0,0,6,0,469,0,0,0,0,'',NULL),(1,25760,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25760,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25760,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25760,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25792,34984,0,0,6,0,469,0,0,0,0,'',NULL),(1,25793,34984,0,0,6,0,469,0,0,0,0,'',NULL),(1,25800,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25800,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25800,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25801,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25801,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25801,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25801,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25803,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25803,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25803,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25804,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25804,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25804,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25806,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25806,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25806,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25806,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25836,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25836,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25836,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25836,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25839,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25839,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25839,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25839,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25843,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25843,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25843,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25843,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25880,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25880,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25880,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25880,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25979,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25979,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25979,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25979,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,25981,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,25981,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,25981,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,25981,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26073,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26076,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26076,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26076,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26103,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26103,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26103,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26103,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26115,34815,0,0,8,0,11633,0,0,0,0,'',NULL),(1,26115,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26115,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26115,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26126,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26126,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26126,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26126,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26165,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26196,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26197,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26197,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26197,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26197,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26198,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26198,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26198,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26198,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26199,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26199,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26199,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26199,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26201,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26201,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26202,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26202,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26202,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26202,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26252,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26252,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26257,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26257,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26257,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26257,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26266,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26266,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26268,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26268,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26268,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26268,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,26270,41123,0,0,7,0,164,1,0,0,0,'',NULL),(1,26270,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26270,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26280,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26280,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26280,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26280,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26280,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,26319,36744,0,0,8,0,12056,0,0,0,0,'',NULL),(1,26319,36958,0,0,6,0,469,0,0,0,0,'',NULL),(1,26319,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26319,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26319,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26336,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26336,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26336,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26336,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26343,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26343,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26343,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26343,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26344,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26344,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26344,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26344,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26349,36742,0,0,6,0,469,0,0,0,0,'',NULL),(1,26349,36746,0,0,9,0,12005,0,0,0,0,'',NULL),(1,26356,42178,0,0,7,0,197,1,0,0,0,'',NULL),(1,26356,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26356,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26356,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26357,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26357,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26357,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26389,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26389,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26389,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26389,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26408,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26408,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26408,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26409,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26410,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26411,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26411,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26413,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26414,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26416,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26417,42173,0,0,7,0,197,1,0,0,0,'',NULL),(1,26425,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26428,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26436,24205,0,0,7,0,755,1,0,0,0,'',NULL),(1,26447,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26447,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26447,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26447,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26449,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26451,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26451,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26451,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26451,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26455,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26455,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26455,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26455,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26457,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26457,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26461,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26480,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26480,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26480,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26481,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26481,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26492,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26492,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26493,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26493,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26496,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26529,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26530,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26532,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26544,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26550,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,26553,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,26554,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,26555,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,26575,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26577,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26605,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26605,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26605,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26605,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26606,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26606,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26606,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26606,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26630,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,27483,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26631,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26632,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26655,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26655,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26658,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26658,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26658,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26658,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26668,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26669,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,26679,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26687,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26693,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26704,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26704,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26704,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26705,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26716,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26722,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26723,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26731,21524,0,0,12,0,2,0,0,0,0,'',NULL),(1,26731,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26762,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26762,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26763,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26769,36744,0,0,8,0,12056,0,0,0,0,'',NULL),(1,26769,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26770,36744,0,0,8,0,12056,0,0,0,0,'',NULL),(1,26770,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26771,36744,0,0,8,0,12056,0,0,0,0,'',NULL),(1,26771,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26771,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26786,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26786,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26794,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26795,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26795,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26795,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26797,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26797,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26799,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26799,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26801,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26801,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26803,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26803,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26811,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26811,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26812,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26815,36780,0,0,6,0,67,0,0,0,0,'',NULL),(1,26815,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26816,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26816,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26816,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26816,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26820,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26820,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26820,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26823,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26825,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26827,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26827,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26827,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26828,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26828,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26836,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26836,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,30810,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26861,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,26863,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26891,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,26891,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26919,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26921,24305,0,0,7,0,197,1,0,0,0,'',NULL),(1,26921,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26922,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26923,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26926,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26942,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26942,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26948,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,26948,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,26965,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,26965,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27004,36855,0,0,6,0,469,0,0,0,0,'',NULL),(1,27004,36856,0,0,6,0,67,0,0,0,0,'',NULL),(1,27004,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27005,36855,0,0,6,0,469,0,0,0,0,'',NULL),(1,27005,36856,0,0,6,0,67,0,0,0,0,'',NULL),(1,27005,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27007,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27009,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27018,42175,0,0,7,0,197,1,0,0,0,'',NULL),(1,27018,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27020,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27020,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27024,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27024,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27024,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27024,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27105,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27118,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27118,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27118,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27177,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27177,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27202,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27202,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27202,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27202,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27203,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27203,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27203,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27203,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27206,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27206,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27206,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27206,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27206,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,27207,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27207,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27209,37432,0,0,6,0,67,0,0,0,0,'',NULL),(1,27209,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27210,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27210,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27210,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27220,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27220,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27224,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27224,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27225,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27225,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27225,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27225,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27226,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27226,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27226,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27226,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27229,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27229,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27229,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27229,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27233,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27233,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27233,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27233,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27235,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27237,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27259,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27259,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27259,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27259,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27260,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27260,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27260,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27260,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27272,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27278,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27278,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27278,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27278,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27279,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27279,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27283,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27284,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27284,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27284,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27284,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27284,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,27286,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27286,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27286,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27287,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27287,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27288,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27288,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27330,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27330,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27330,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27330,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27332,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27332,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27332,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27333,41124,0,0,7,0,164,1,0,0,0,'',NULL),(1,27333,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27333,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27333,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27340,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27342,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27342,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27343,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27343,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27356,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27356,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27356,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27357,43876,0,0,7,0,197,1,0,0,0,'',NULL),(1,27358,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27358,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27358,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27358,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27360,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27360,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27360,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27360,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27362,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27362,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27362,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27363,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27363,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27363,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27363,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27367,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27370,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27370,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27370,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27370,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27401,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27401,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27401,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27401,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27410,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27410,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27410,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27410,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27424,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27424,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27447,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,27470,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27533,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27533,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27539,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27539,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27539,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27539,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27546,36940,0,0,6,0,469,0,0,0,0,'',NULL),(1,27546,37830,0,0,6,0,67,0,0,0,0,'',NULL),(1,27546,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27547,36940,0,0,6,0,469,0,0,0,0,'',NULL),(1,27547,37830,0,0,6,0,67,0,0,0,0,'',NULL),(1,27551,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27551,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27552,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27552,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27552,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27552,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27554,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27554,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27579,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27580,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27633,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,27635,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,27654,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,27655,21525,0,0,12,0,2,0,0,0,0,'',NULL),(1,27676,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27680,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27699,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27699,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27699,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27699,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27701,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27701,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27797,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27797,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27797,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27799,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27800,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27823,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27823,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27824,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27826,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27826,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27830,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27830,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27835,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27835,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27836,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27859,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27860,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27860,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27860,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27871,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,27926,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27927,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27927,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27941,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,27941,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,27941,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,27947,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,27960,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,27969,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,27975,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,27975,22206,0,0,12,0,8,0,0,0,0,'',NULL),(1,27975,44731,0,0,12,0,8,0,0,0,0,'',NULL),(1,27977,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,27978,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28002,24171,0,0,7,0,755,1,0,0,0,'',NULL),(1,28004,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,28011,42173,0,0,7,0,197,1,0,0,0,'',NULL),(1,28022,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28022,42173,0,0,7,0,197,1,0,0,0,'',NULL),(1,28022,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28023,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28023,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28026,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28026,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28026,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28035,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28035,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28036,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28036,42175,0,0,7,0,197,1,0,0,0,'',NULL),(1,28036,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28036,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28036,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28068,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28080,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28080,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28080,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28080,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28081,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28101,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28108,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28108,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28108,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28123,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28123,41122,0,0,7,0,164,1,0,0,0,'',NULL),(1,28123,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28123,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28123,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28124,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28124,42175,0,0,7,0,197,1,0,0,0,'',NULL),(1,28124,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28129,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,28158,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28158,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28188,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28221,24198,0,0,7,0,755,1,0,0,0,'',NULL),(1,28255,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28257,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28257,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28257,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28257,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28258,22914,0,0,7,0,171,1,0,0,0,'',NULL),(1,28268,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28303,24210,0,0,7,0,755,1,0,0,0,'',NULL),(1,28303,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,28303,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28303,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28303,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28373,24167,0,0,7,0,755,1,0,0,0,'',NULL),(1,28373,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28373,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,28373,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,28379,41818,0,0,7,0,755,1,0,0,0,'',NULL),(1,28388,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28388,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28388,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28388,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28402,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28402,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,28402,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28403,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28403,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28403,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28412,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28412,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28412,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28414,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28414,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28417,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28417,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,28418,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28418,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28443,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28465,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28465,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28465,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28495,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28496,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,28504,24305,0,0,7,0,197,1,0,0,0,'',NULL),(1,28504,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28504,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,28504,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28504,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28504,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28519,38673,0,0,8,0,12238,0,0,0,0,'',NULL),(1,28519,38660,0,0,14,0,12238,0,0,0,0,'',NULL),(1,28519,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28519,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28529,11225,0,0,7,0,333,1,0,0,0,'',NULL),(1,28529,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28538,23635,0,0,7,0,164,1,0,0,0,'',NULL),(1,28538,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28538,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28538,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28546,42107,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28546,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28557,3868,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,3869,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,3873,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,7989,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,7993,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,8387,0,0,7,0,165,1,0,0,0,'',NULL),(1,28557,9293,0,0,7,0,171,1,0,0,0,'',NULL),(1,28557,9295,0,0,7,0,171,1,0,0,0,'',NULL),(1,28557,10300,0,0,7,0,197,1,0,0,0,'',NULL),(1,28557,10302,0,0,7,0,197,1,0,0,0,'',NULL),(1,28557,10312,0,0,7,0,197,1,0,0,0,'',NULL),(1,28557,10606,0,0,7,0,202,1,0,0,0,'',NULL),(1,28557,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28557,21940,0,0,7,0,755,1,0,0,0,'',NULL),(1,28557,21944,0,0,7,0,755,1,0,0,0,'',NULL),(1,28557,21947,0,0,7,0,755,1,0,0,0,'',NULL),(1,28564,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28565,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28565,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28575,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28578,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28579,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28586,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28587,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28600,24296,0,0,7,0,197,1,0,0,0,'',NULL),(1,28600,24301,0,0,7,0,197,1,0,0,0,'',NULL),(1,28600,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28600,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,28602,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28602,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28603,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,28608,3395,0,0,7,0,171,1,0,0,0,'',NULL),(1,28608,12684,0,0,7,0,164,1,0,0,0,'',NULL),(1,28608,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28608,12694,0,0,7,0,164,1,0,0,0,'',NULL),(1,28608,14494,0,0,7,0,197,1,0,0,0,'',NULL),(1,28608,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28608,16218,0,0,7,0,333,1,0,0,0,'',NULL),(1,28608,16220,0,0,7,0,333,1,0,0,0,'',NULL),(1,28608,21945,0,0,7,0,755,1,0,0,0,'',NULL),(1,28608,21949,0,0,7,0,755,1,0,0,0,'',NULL),(1,28608,21953,0,0,7,0,755,1,0,0,0,'',NULL),(1,28609,12682,0,0,7,0,164,1,0,0,0,'',NULL),(1,28609,12683,0,0,7,0,164,1,0,0,0,'',NULL),(1,28609,12684,0,0,7,0,164,1,0,0,0,'',NULL),(1,28609,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28609,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28609,12704,0,0,7,0,164,1,0,0,0,'',NULL),(1,28609,14494,0,0,7,0,197,1,0,0,0,'',NULL),(1,28609,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28609,15743,0,0,7,0,165,1,0,0,0,'',NULL),(1,28609,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28609,16220,0,0,7,0,333,1,0,0,0,'',NULL),(1,28609,21949,0,0,7,0,755,1,0,0,0,'',NULL),(1,28610,7989,0,0,7,0,164,1,0,0,0,'',NULL),(1,28610,8389,0,0,7,0,165,1,0,0,0,'',NULL),(1,28610,8390,0,0,7,0,165,1,0,0,0,'',NULL),(1,28610,9298,0,0,7,0,171,1,0,0,0,'',NULL),(1,28610,12684,0,0,7,0,164,1,0,0,0,'',NULL),(1,28610,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28610,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28610,12695,0,0,7,0,164,1,0,0,0,'',NULL),(1,28610,12704,0,0,7,0,164,1,0,0,0,'',NULL),(1,28610,13488,0,0,7,0,171,1,0,0,0,'',NULL),(1,28610,14499,0,0,7,0,197,1,0,0,0,'',NULL),(1,28610,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28610,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28610,21947,0,0,7,0,755,1,0,0,0,'',NULL),(1,28611,8028,0,0,7,0,164,1,0,0,0,'',NULL),(1,28611,9298,0,0,7,0,171,1,0,0,0,'',NULL),(1,28611,11225,0,0,7,0,333,1,0,0,0,'',NULL),(1,28611,12682,0,0,7,0,164,1,0,0,0,'',NULL),(1,28611,12684,0,0,7,0,164,1,0,0,0,'',NULL),(1,28611,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28611,14467,0,0,7,0,197,1,0,0,0,'',NULL),(1,28611,14494,0,0,7,0,197,1,0,0,0,'',NULL),(1,28611,15746,0,0,7,0,165,1,0,0,0,'',NULL),(1,28611,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28611,16218,0,0,7,0,333,1,0,0,0,'',NULL),(1,28611,16220,0,0,7,0,333,1,0,0,0,'',NULL),(1,28611,21945,0,0,7,0,755,1,0,0,0,'',NULL),(1,28641,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28641,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,28684,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28768,12682,0,0,7,0,164,1,0,0,0,'',NULL),(1,28769,9298,0,0,7,0,171,1,0,0,0,'',NULL),(1,28769,21947,0,0,7,0,755,1,0,0,0,'',NULL),(1,28802,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28819,8029,0,0,7,0,164,1,0,0,0,'',NULL),(1,28819,10302,0,0,7,0,197,1,0,0,0,'',NULL),(1,28819,21940,0,0,7,0,755,1,0,0,0,'',NULL),(1,28822,7992,0,0,7,0,164,1,0,0,0,'',NULL),(1,28846,7993,0,0,7,0,164,1,0,0,0,'',NULL),(1,28846,8389,0,0,7,0,165,1,0,0,0,'',NULL),(1,28846,8390,0,0,7,0,165,1,0,0,0,'',NULL),(1,28846,9295,0,0,7,0,171,1,0,0,0,'',NULL),(1,28846,9298,0,0,7,0,171,1,0,0,0,'',NULL),(1,28846,10300,0,0,7,0,197,1,0,0,0,'',NULL),(1,28846,10302,0,0,7,0,197,1,0,0,0,'',NULL),(1,28846,10315,0,0,7,0,197,1,0,0,0,'',NULL),(1,28846,10320,0,0,7,0,197,1,0,0,0,'',NULL),(1,28846,11208,0,0,7,0,333,1,0,0,0,'',NULL),(1,28846,12683,0,0,7,0,164,1,0,0,0,'',NULL),(1,28846,14467,0,0,7,0,197,1,0,0,0,'',NULL),(1,28846,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28846,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28846,21945,0,0,7,0,755,1,0,0,0,'',NULL),(1,28846,21947,0,0,7,0,755,1,0,0,0,'',NULL),(1,28846,21949,0,0,7,0,755,1,0,0,0,'',NULL),(1,28861,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28882,24215,0,0,7,0,755,1,0,0,0,'',NULL),(1,28916,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28917,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,28921,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28923,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,28923,43151,0,0,9,0,13108,0,0,0,0,'',NULL),(1,28936,11208,0,0,7,0,333,1,0,0,0,'',NULL),(1,28936,12683,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12693,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12694,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12695,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12697,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12711,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,12713,0,0,7,0,164,1,0,0,0,'',NULL),(1,28936,14467,0,0,7,0,197,1,0,0,0,'',NULL),(1,28936,14494,0,0,7,0,197,1,0,0,0,'',NULL),(1,28936,14507,0,0,7,0,197,1,0,0,0,'',NULL),(1,28936,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28936,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28936,16251,0,0,7,0,333,1,0,0,0,'',NULL),(1,28936,21949,0,0,7,0,755,1,0,0,0,'',NULL),(1,28939,12682,0,0,7,0,164,1,0,0,0,'',NULL),(1,28939,12683,0,0,7,0,164,1,0,0,0,'',NULL),(1,28939,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28939,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28939,12693,0,0,7,0,164,1,0,0,0,'',NULL),(1,28939,12695,0,0,7,0,164,1,0,0,0,'',NULL),(1,28939,13490,0,0,7,0,171,1,0,0,0,'',NULL),(1,28939,14467,0,0,7,0,197,1,0,0,0,'',NULL),(1,28939,14499,0,0,7,0,197,1,0,0,0,'',NULL),(1,28939,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28939,15743,0,0,7,0,165,1,0,0,0,'',NULL),(1,28939,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28939,16220,0,0,7,0,333,1,0,0,0,'',NULL),(1,28939,21945,0,0,7,0,755,1,0,0,0,'',NULL),(1,28939,21953,0,0,7,0,755,1,0,0,0,'',NULL),(1,28940,9298,0,0,7,0,171,1,0,0,0,'',NULL),(1,28940,10320,0,0,7,0,197,1,0,0,0,'',NULL),(1,28940,12683,0,0,7,0,164,1,0,0,0,'',NULL),(1,28940,12684,0,0,7,0,164,1,0,0,0,'',NULL),(1,28940,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28940,12691,0,0,7,0,164,1,0,0,0,'',NULL),(1,28940,12704,0,0,7,0,164,1,0,0,0,'',NULL),(1,28940,14467,0,0,7,0,197,1,0,0,0,'',NULL),(1,28940,14494,0,0,7,0,197,1,0,0,0,'',NULL),(1,28940,15737,0,0,7,0,165,1,0,0,0,'',NULL),(1,28940,16215,0,0,7,0,333,1,0,0,0,'',NULL),(1,28940,16218,0,0,7,0,333,1,0,0,0,'',NULL),(1,28940,16220,0,0,7,0,333,1,0,0,0,'',NULL),(1,28940,21949,0,0,7,0,755,1,0,0,0,'',NULL),(1,28941,11167,0,0,7,0,333,1,0,0,0,'',NULL),(1,28942,7086,0,0,7,0,197,1,0,0,0,'',NULL),(1,28942,7453,0,0,7,0,165,1,0,0,0,'',NULL),(1,28942,9293,0,0,7,0,171,1,0,0,0,'',NULL),(1,28942,9298,0,0,7,0,171,1,0,0,0,'',NULL),(1,28942,11164,0,0,7,0,333,1,0,0,0,'',NULL),(1,28945,12682,0,0,7,0,164,1,0,0,0,'',NULL),(1,28945,12693,0,0,7,0,164,1,0,0,0,'',NULL),(1,28945,15743,0,0,7,0,165,1,0,0,0,'',NULL),(1,28945,21953,0,0,7,0,755,1,0,0,0,'',NULL),(1,28946,12689,0,0,7,0,164,1,0,0,0,'',NULL),(1,28946,12697,0,0,7,0,164,1,0,0,0,'',NULL),(1,28946,12713,0,0,7,0,164,1,0,0,0,'',NULL),(1,28946,14499,0,0,7,0,197,1,0,0,0,'',NULL),(1,28946,14507,0,0,7,0,197,1,0,0,0,'',NULL),(1,28946,16251,0,0,7,0,333,1,0,0,0,'',NULL),(1,28988,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,28988,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29000,12684,0,0,7,0,164,1,0,0,0,'',NULL),(1,29000,12713,0,0,7,0,164,1,0,0,0,'',NULL),(1,29000,13490,0,0,7,0,171,1,0,0,0,'',NULL),(1,29001,16251,0,0,7,0,333,1,0,0,0,'',NULL),(1,29076,15743,0,0,7,0,165,1,0,0,0,'',NULL),(1,29076,21949,0,0,7,0,755,1,0,0,0,'',NULL),(1,29120,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29120,43411,0,0,9,0,13167,0,0,0,0,'',NULL),(1,29123,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29129,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29129,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29133,24170,0,0,7,0,755,1,0,0,0,'',NULL),(1,29133,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29211,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29211,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,29211,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29235,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29235,41120,0,0,7,0,164,1,0,0,0,'',NULL),(1,29236,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29237,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29266,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29304,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29305,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29306,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31370,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29308,22206,0,0,12,0,8,0,0,0,0,'',NULL),(1,29308,44731,0,0,12,0,8,0,0,0,0,'',NULL),(1,29309,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29310,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29310,21524,0,0,12,0,2,0,0,0,0,'',NULL),(1,29311,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29312,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29313,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29313,42107,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29314,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29315,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29316,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29323,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29323,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,29329,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29329,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29330,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,29330,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29331,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29333,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29338,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29369,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29370,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29370,41820,0,0,7,0,755,1,0,0,0,'',NULL),(1,29375,41556,0,0,9,0,12915,0,0,0,0,'',NULL),(1,29375,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29376,41820,0,0,7,0,755,1,0,0,0,'',NULL),(1,29377,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29380,42203,0,0,9,0,12979,0,0,0,0,'',NULL),(1,29402,41818,0,0,7,0,755,1,0,0,0,'',NULL),(1,29404,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29404,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29407,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29407,42173,0,0,7,0,197,1,0,0,0,'',NULL),(1,29409,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29413,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29413,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29449,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29450,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29450,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,29450,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29451,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29451,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,29451,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29451,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29569,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29569,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29570,41817,0,0,7,0,755,1,0,0,0,'',NULL),(1,29586,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29586,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29614,42175,0,0,7,0,197,1,0,0,0,'',NULL),(1,29614,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29622,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29623,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29646,31876,0,0,7,0,755,1,0,0,0,'',NULL),(1,29646,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29646,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29652,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29652,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29654,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29654,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29654,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,29654,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29656,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29656,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,29656,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29656,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29656,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,29697,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29697,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29699,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29699,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29699,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,29699,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,29717,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29719,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29720,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29724,41267,0,0,7,0,202,1,0,0,0,'',NULL),(1,29724,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,29792,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29792,41819,0,0,7,0,755,1,0,0,0,'',NULL),(1,29793,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29793,41819,0,0,7,0,755,1,0,0,0,'',NULL),(1,29819,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29820,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29822,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29826,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29832,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29834,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29838,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,29843,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29875,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,29880,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,29880,42175,0,0,7,0,197,1,0,0,0,'',NULL),(1,29880,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,30037,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30202,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30202,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,30202,42178,0,0,7,0,197,1,0,0,0,'',NULL),(1,30202,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,30202,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,30202,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,30204,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30205,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30250,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30250,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,30333,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30333,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,30430,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,30447,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,30448,41818,0,0,7,0,755,1,0,0,0,'',NULL),(1,30448,42175,0,0,7,0,197,1,0,0,0,'',NULL),(1,30453,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30543,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,30597,43242,0,0,9,0,13134,0,0,0,0,'',NULL),(1,30660,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30666,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30667,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30668,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30680,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30681,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30682,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30687,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30689,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30695,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30701,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30701,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,30701,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,30725,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,30746,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,30831,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,30845,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,30856,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30860,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30860,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,30863,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30865,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30892,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30893,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30894,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30920,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30921,37331,0,0,7,0,333,1,0,0,0,'',NULL),(1,30921,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30921,44565,0,0,7,0,171,1,0,0,0,'',NULL),(1,30951,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,30951,42178,0,0,7,0,197,1,0,0,0,'',NULL),(1,31134,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31140,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31140,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,31150,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31152,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31231,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31258,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31396,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,31402,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31403,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31718,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31738,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31746,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31746,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,31754,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,31847,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32181,42177,0,0,7,0,197,1,0,0,0,'',NULL),(1,32181,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,32191,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32255,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32259,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32259,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,32276,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32278,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32289,37332,0,0,7,0,333,1,0,0,0,'',NULL),(1,32289,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32289,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,32289,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,32289,44566,0,0,7,0,171,1,0,0,0,'',NULL),(1,32290,37333,0,0,7,0,333,1,0,0,0,'',NULL),(1,32290,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,32290,44567,0,0,7,0,171,1,0,0,0,'',NULL),(1,32297,42176,0,0,7,0,197,1,0,0,0,'',NULL),(1,32349,37334,0,0,7,0,333,1,0,0,0,'',NULL),(1,32349,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,32353,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32353,42172,0,0,7,0,197,1,0,0,0,'',NULL),(1,32353,42178,0,0,7,0,197,1,0,0,0,'',NULL),(1,32353,43508,0,0,7,0,185,1,0,0,0,'',NULL),(1,32507,39152,0,0,7,0,129,1,0,0,0,'',NULL),(1,32572,43507,0,0,7,0,185,1,0,0,0,'',NULL),(1,32572,43509,0,0,7,0,185,1,0,0,0,'',NULL),(1,32572,43510,0,0,7,0,185,1,0,0,0,'',NULL),(1,31362,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31350,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31349,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31360,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(15,7759,0,0,0,9,0,10040,0,0,0,0,'','Show gossip option 7759 if player has quest 10040'),(1,30532,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,30529,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,30510,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,30510,21524,0,0,12,0,2,0,0,0,0,'',NULL),(1,30540,43665,0,0,9,0,13246,0,0,0,0,'',NULL),(1,30540,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31612,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31611,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31610,43411,0,0,9,0,13167,0,0,0,0,'',NULL),(1,31610,43726,0,0,9,0,13254,0,0,0,0,'',NULL),(1,31610,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29308,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31456,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31469,44731,0,0,12,0,8,0,0,0,0,'',NULL),(1,31469,22206,0,0,12,0,8,0,0,0,0,'',NULL),(1,31469,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31465,21524,0,0,12,0,2,0,0,0,0,'',NULL),(1,31465,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31464,43821,0,0,9,0,13255,0,0,0,0,'',NULL),(1,31464,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31463,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31212,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31211,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31215,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,32313,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,30530,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31368,43693,0,0,9,0,13250,0,0,0,0,'',NULL),(1,31368,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,29932,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,27655,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31558,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31559,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31560,21525,0,0,12,0,2,0,0,0,0,'',NULL),(1,31560,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31507,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31510,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31508,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31511,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31509,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31512,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31506,43823,0,0,9,0,13256,0,0,0,0,'',NULL),(1,31506,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31533,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31536,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31537,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31538,43151,0,0,9,0,13108,0,0,0,0,'',NULL),(1,31538,43724,0,0,9,0,13253,0,0,0,0,'',NULL),(1,31538,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31386,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31386,43699,0,0,9,0,13252,0,0,0,0,'',NULL),(1,31384,44731,0,0,12,0,8,0,0,0,0,'',NULL),(1,31384,22206,0,0,12,0,8,0,0,0,0,'',NULL),(1,31384,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31381,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,23953,22206,0,0,12,0,8,0,0,0,0,'',NULL),(1,31674,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,31674,43662,0,0,9,0,13245,0,0,0,0,'',NULL),(1,30774,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,30807,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(1,30788,43669,0,0,9,0,13248,0,0,0,0,'',NULL),(1,30788,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,34204,47773,0,0,6,0,67,0,0,0,0,'',NULL),(1,299,50432,0,0,9,0,33,0,0,0,0,'',NULL),(1,69,50432,0,0,9,0,33,0,0,0,0,'',NULL),(1,30998,39152,0,0,7,0,129,390,0,0,0,'',NULL),(15,21248,0,0,0,9,0,11887,0,0,0,0,'',''),(18,0,35278,0,0,24,0,1,25582,0,0,0,'',NULL),(1,36538,49644,0,0,6,0,469,0,0,0,0,'',NULL),(1,36538,49643,0,0,6,0,67,0,0,0,0,'',NULL),(1,10184,49644,0,0,6,0,469,0,0,0,0,'',NULL),(1,10184,49643,0,0,6,0,67,0,0,0,0,'',NULL),(1,34797,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,34780,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,34797,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,36476,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,38112,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,36494,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,36497,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,35447,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35447,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35448,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35448,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35448,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35449,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35449,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,36502,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,36498,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,37677,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,38113,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,38599,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,38603,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,36658,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,37613,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,37627,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,36938,43228,0,0,1,0,58045,0,0,0,0,'',NULL),(1,34780,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,34497,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,34497,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,34496,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,34496,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,34564,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,34564,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35448,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35268,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35268,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35268,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35268,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35351,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35351,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35351,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35351,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35348,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35348,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35348,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35348,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35615,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35615,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35615,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35615,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35447,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35447,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35216,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35216,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35216,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35216,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35350,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35350,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35350,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35350,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35347,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35347,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35347,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35347,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,34566,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,34566,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,34566,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,34566,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35449,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35449,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35269,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35269,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35269,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35269,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35352,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35352,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35352,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35352,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35349,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35349,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35349,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35349,4,0,0,6,0,67,0,0,0,0,'',NULL),(1,35616,1,0,0,6,0,469,0,0,0,0,'',NULL),(1,35616,2,0,0,6,0,67,0,0,0,0,'',NULL),(1,35616,3,0,0,6,0,469,0,0,0,0,'',NULL),(1,35616,4,0,0,6,0,67,0,0,0,0,'',NULL),(4,1570,3706,0,0,6,0,469,0,0,0,0,'',NULL),(4,17938,11513,0,0,2,0,11511,1,0,0,0,'',NULL),(4,13961,11513,0,0,2,0,11511,1,0,0,0,'',NULL),(4,13960,11513,0,0,2,0,11511,1,0,0,0,'',NULL),(4,13970,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(4,13971,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(4,13966,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(4,27723,49678,0,0,9,0,24442,0,0,0,0,'',NULL),(4,2494,4926,0,0,6,0,67,0,0,0,0,'',NULL),(4,2483,4881,0,0,6,0,67,0,0,0,0,'',NULL),(4,3214,5791,0,0,6,0,469,0,0,0,0,'',NULL),(4,3597,6172,0,0,6,0,469,0,0,0,0,'',NULL),(21,37672,71516,0,0,3,0,49888,0,0,0,0,'','Mutated Abomination - Unholy Infusion'),(4,17202,19726,0,0,2,0,19727,1,0,0,0,'',NULL),(4,6150,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(4,6313,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(4,8409,9370,0,0,6,0,67,0,0,0,0,'',NULL),(4,25671,45328,0,0,9,0,13836,0,0,0,0,'',NULL),(4,17204,19726,0,0,2,0,19727,1,0,0,0,'',NULL),(4,17200,19726,0,0,2,0,19727,1,0,0,0,'',NULL),(4,17201,19726,0,0,2,0,19727,1,0,0,0,'',NULL),(4,13948,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(4,15521,17345,0,0,9,0,1126,0,0,0,0,'',NULL),(4,17203,19726,0,0,2,0,19727,1,0,0,0,'',NULL),(14,63,562,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(4,27498,1,0,0,6,0,469,0,0,0,0,'',NULL),(4,27498,2,0,0,6,0,67,0,0,0,0,'',NULL),(4,27503,1,0,0,6,0,469,0,0,0,0,'',NULL),(4,27503,2,0,0,6,0,67,0,0,0,0,'',NULL),(4,27503,3,0,0,6,0,469,0,0,0,0,'',NULL),(4,27310,47035,0,0,9,0,14107,0,0,0,0,'',NULL),(4,27239,46364,0,0,9,0,13887,0,0,0,0,'',NULL),(4,26260,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,24661,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,24524,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,24524,43668,0,0,9,0,13247,0,0,0,0,'',NULL),(4,24462,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,24589,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,24589,43697,0,0,9,0,13251,0,0,0,0,'',NULL),(4,24556,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,27069,45786,0,0,9,0,13609,0,0,0,0,'',NULL),(4,27078,46110,0,0,7,0,171,425,0,0,0,'',NULL),(4,27078,45788,0,0,9,0,13606,0,0,0,0,'',NULL),(4,27085,45787,0,0,9,0,13611,0,0,0,0,'',NULL),(4,27073,45784,0,0,9,0,13611,0,0,0,0,'',NULL),(4,27081,45814,0,0,9,0,13821,0,0,0,0,'',NULL),(4,27081,46110,0,0,7,0,171,425,0,0,0,'',NULL),(4,26950,45815,0,0,9,0,13821,0,0,0,0,'',NULL),(4,26963,45816,0,0,9,0,13824,0,0,0,0,'',NULL),(4,26955,45817,0,0,9,0,13823,0,0,0,0,'',NULL),(4,27321,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,27414,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(4,27503,4,0,0,6,0,67,0,0,0,0,'',NULL),(4,27335,1,0,0,6,0,469,0,0,0,0,'',NULL),(4,27335,2,0,0,6,0,67,0,0,0,0,'',NULL),(4,27335,3,0,0,6,0,469,0,0,0,0,'',NULL),(4,27335,4,0,0,6,0,67,0,0,0,0,'',NULL),(4,27356,1,0,0,6,0,469,0,0,0,0,'',NULL),(4,27356,2,0,0,6,0,67,0,0,0,0,'',NULL),(4,27356,3,0,0,6,0,469,0,0,0,0,'',NULL),(4,27356,4,0,0,6,0,67,0,0,0,0,'',NULL),(5,32724,32726,0,0,8,0,11075,0,0,0,0,'',NULL),(10,11012,35313,0,0,9,0,11668,0,0,0,0,'',NULL),(10,12010,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(10,12012,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(10,12013,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(10,12014,11514,0,0,2,0,11511,1,0,0,0,'',NULL),(10,34091,35214,0,0,7,0,165,1,0,0,0,'',NULL),(10,25001,24308,0,0,7,0,197,1,0,0,0,'',NULL),(10,34091,35205,0,0,7,0,197,1,0,0,0,'',NULL),(10,44005,42203,0,0,9,0,12978,0,0,0,0,'',NULL),(10,44004,34091,0,0,9,0,11264,0,0,0,0,'',NULL),(10,44003,34090,0,0,9,0,11236,0,0,0,0,'',NULL),(10,44002,33345,0,0,9,0,11258,0,0,0,0,'',NULL),(10,44001,33314,0,0,9,0,11247,0,0,0,0,'',NULL),(10,34052,30280,0,0,7,0,197,1,0,0,0,'',NULL),(10,34052,30281,0,0,7,0,197,1,0,0,0,'',NULL),(10,34052,30301,0,0,7,0,165,1,0,0,0,'',NULL),(10,34052,30302,0,0,7,0,165,1,0,0,0,'',NULL),(10,34052,30303,0,0,7,0,165,1,0,0,0,'',NULL),(10,34052,30304,0,0,7,0,165,1,0,0,0,'',NULL),(10,34052,30321,0,0,7,0,164,1,0,0,0,'',NULL),(10,34052,30322,0,0,7,0,164,1,0,0,0,'',NULL),(10,34063,32285,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32289,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32295,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32296,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32297,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32298,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32303,0,0,7,0,755,1,0,0,0,'',NULL),(10,34063,32307,0,0,7,0,755,1,0,0,0,'',NULL),(10,34069,32736,0,0,7,0,164,1,0,0,0,'',NULL),(10,34069,32738,0,0,7,0,164,1,0,0,0,'',NULL),(10,34069,32744,0,0,7,0,165,1,0,0,0,'',NULL),(10,34069,32746,0,0,7,0,165,1,0,0,0,'',NULL),(10,34069,32748,0,0,7,0,165,1,0,0,0,'',NULL),(10,34069,32750,0,0,7,0,165,1,0,0,0,'',NULL),(10,34069,32752,0,0,7,0,197,1,0,0,0,'',NULL),(10,34069,32754,0,0,7,0,197,1,0,0,0,'',NULL),(10,34091,35198,0,0,7,0,755,1,0,0,0,'',NULL),(10,34091,35199,0,0,7,0,755,1,0,0,0,'',NULL),(10,34091,35204,0,0,7,0,197,1,0,0,0,'',NULL),(10,34091,35208,0,0,7,0,164,1,0,0,0,'',NULL),(10,34091,35212,0,0,7,0,165,1,0,0,0,'',NULL),(10,34091,35215,0,0,7,0,165,1,0,0,0,'',NULL),(10,34091,35273,0,0,7,0,186,1,0,0,0,'',NULL),(10,35008,35301,0,0,7,0,165,1,0,0,0,'',NULL),(10,35008,35303,0,0,7,0,165,1,0,0,0,'',NULL),(10,35008,35302,0,0,7,0,165,1,0,0,0,'',NULL),(10,34091,35200,0,0,7,0,755,1,0,0,0,'',NULL),(10,35008,35309,0,0,7,0,197,1,0,0,0,'',NULL),(10,35008,35300,0,0,7,0,165,1,0,0,0,'',NULL),(10,35008,35294,0,0,7,0,164,1,0,0,0,'',NULL),(10,35008,35295,0,0,7,0,164,1,0,0,0,'',NULL),(10,35008,35296,0,0,7,0,164,1,0,0,0,'',NULL),(10,35008,35297,0,0,7,0,333,1,0,0,0,'',NULL),(10,35008,35298,0,0,7,0,333,1,0,0,0,'',NULL),(10,35008,35299,0,0,7,0,333,1,0,0,0,'',NULL),(10,35008,35304,0,0,7,0,755,1,0,0,0,'',NULL),(10,35008,35305,0,0,7,0,755,1,0,0,0,'',NULL),(10,35008,35306,0,0,7,0,755,1,0,0,0,'',NULL),(10,35008,35307,0,0,7,0,755,1,0,0,0,'',NULL),(10,35008,35308,0,0,7,0,197,1,0,0,0,'',NULL),(10,35008,35310,0,0,7,0,202,1,0,0,0,'',NULL),(10,35008,35311,0,0,7,0,202,1,0,0,0,'',NULL),(10,35034,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,35038,43158,0,0,9,0,13111,0,0,0,0,'',NULL),(10,35038,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,35040,43158,0,0,9,0,13111,0,0,0,0,'',NULL),(10,35040,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,35045,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,35046,33330,0,0,9,0,11252,0,0,0,0,'',NULL),(10,35047,33330,0,0,9,0,11262,0,0,0,0,'',NULL),(10,35049,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,34105,45105,0,0,7,0,197,450,0,0,0,'',NULL),(10,34105,45104,0,0,7,0,197,450,0,0,0,'',NULL),(10,34105,45103,0,0,7,0,197,450,0,0,0,'',NULL),(10,34105,45102,0,0,7,0,197,450,0,0,0,'',NULL),(10,34105,45100,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45099,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45098,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45101,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45095,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45096,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45094,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45097,0,0,7,0,165,450,0,0,0,'',NULL),(10,34105,45091,0,0,7,0,164,450,0,0,0,'',NULL),(10,34105,45088,0,0,7,0,164,450,0,0,0,'',NULL),(10,34105,45092,0,0,7,0,164,450,0,0,0,'',NULL),(10,34105,45093,0,0,7,0,164,450,0,0,0,'',NULL),(10,34105,45090,0,0,7,0,164,450,0,0,0,'',NULL),(10,34105,45089,0,0,7,0,164,450,0,0,0,'',NULL),(10,11026,45328,0,0,9,0,13836,0,0,0,0,'',NULL),(10,12024,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(10,12025,43228,0,0,1,0,57940,0,0,0,0,'',NULL),(11,7125,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,7126,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,8956,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,8957,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,8958,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,8959,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,8960,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,8961,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(11,10147,11512,0,0,2,0,11511,1,0,0,0,'',NULL),(13,0,3730,0,0,18,0,1,15263,0,0,0,'',NULL),(13,0,5628,0,0,18,0,1,2011,0,0,0,'',NULL),(13,0,5628,0,0,18,0,1,2012,0,0,0,'',NULL),(13,0,5628,0,0,18,0,1,2013,0,0,0,'',NULL),(13,0,5628,0,0,18,0,1,2014,0,0,0,'',NULL),(13,0,6955,0,0,18,0,1,4946,0,0,0,'',NULL),(13,0,7022,0,0,18,0,1,4945,0,0,0,'',NULL),(13,0,7035,0,0,18,0,1,4251,0,0,0,'',NULL),(13,0,7036,0,0,18,0,1,4252,0,0,0,'',NULL),(13,0,7277,0,0,18,0,1,5409,0,0,0,'',NULL),(13,0,7393,0,0,18,0,1,15275,0,0,0,'',NULL),(13,0,7393,0,0,18,0,1,15276,0,0,0,'',NULL),(13,0,8283,0,0,18,0,1,4781,0,0,0,'',NULL),(13,0,8913,0,0,18,0,1,1200,0,0,0,'',NULL),(13,0,9012,0,0,18,0,1,6492,0,0,0,'',NULL),(13,0,9082,0,0,18,0,1,6492,0,0,0,'',NULL),(13,0,9095,0,0,18,0,1,6492,0,0,0,'',NULL),(13,0,9232,0,0,18,0,1,3976,0,0,0,'',NULL),(13,0,9257,0,0,18,0,1,3977,0,0,0,'',NULL),(13,0,9455,0,0,18,0,1,2163,0,0,0,'',NULL),(13,0,9457,0,0,18,0,1,3701,0,0,0,'',NULL),(13,0,9712,0,0,18,0,1,2726,0,0,0,'',NULL),(13,0,9976,0,0,18,0,1,7167,0,0,0,'',NULL),(13,0,9976,0,0,18,0,1,7168,0,0,0,'',NULL),(13,0,9976,0,0,18,0,1,8391,0,0,0,'',NULL),(13,0,10113,0,0,18,0,1,7233,0,0,0,'',NULL),(13,0,10137,0,0,18,0,1,7233,0,0,0,'',NULL),(13,0,10260,0,0,18,0,1,2748,0,0,0,'',NULL),(13,0,10345,0,0,18,0,1,25,0,0,0,'',NULL),(13,0,10345,0,0,18,0,1,2678,0,0,0,'',NULL),(13,0,10348,0,0,18,0,1,6225,0,0,0,'',NULL),(13,0,10348,0,0,18,0,1,6226,0,0,0,'',NULL),(13,0,10348,0,0,18,0,1,6227,0,0,0,'',NULL),(13,0,10732,0,0,18,0,1,25,0,0,0,'',NULL),(13,0,10732,0,0,18,0,1,2678,0,0,0,'',NULL),(13,0,11402,0,0,18,0,1,7774,0,0,0,'',NULL),(13,0,11513,0,0,18,0,1,6213,0,0,0,'',NULL),(13,0,11513,0,0,18,0,1,6329,0,0,0,'',NULL),(13,0,11637,0,0,18,0,1,6218,0,0,0,'',NULL),(13,0,11637,0,0,18,0,1,6219,0,0,0,'',NULL),(13,0,11637,0,0,18,0,1,6220,0,0,0,'',NULL),(13,0,11893,0,0,18,0,1,8156,0,0,0,'',NULL),(13,0,12134,0,0,18,0,2,5256,0,0,0,'',NULL),(13,0,12134,0,0,18,0,2,5259,0,0,0,'',NULL),(13,0,12134,0,0,18,0,2,5270,0,0,0,'',NULL),(13,0,12134,0,0,18,0,2,5271,0,0,0,'',NULL),(13,0,12134,0,0,18,0,2,5273,0,0,0,'',NULL),(13,0,12151,0,0,18,0,1,5273,0,0,0,'',NULL),(13,0,12347,0,0,18,0,1,8442,0,0,0,'',NULL),(13,0,12613,0,0,18,0,1,5843,0,0,0,'',NULL),(13,0,12623,0,0,18,0,1,8443,0,0,0,'',NULL),(13,0,12699,0,0,18,0,2,5307,0,0,0,'',NULL),(13,0,12699,0,0,18,0,2,5308,0,0,0,'',NULL),(13,0,12709,0,0,18,0,1,6218,0,0,0,'',NULL),(13,0,12709,0,0,18,0,1,6219,0,0,0,'',NULL),(13,0,12709,0,0,18,0,1,6220,0,0,0,'',NULL),(13,0,12774,0,0,18,0,1,8662,0,0,0,'',NULL),(13,0,12938,0,0,18,0,1,7664,0,0,0,'',NULL),(13,0,12938,0,0,18,0,1,7668,0,0,0,'',NULL),(13,0,13461,0,0,18,0,1,7664,0,0,0,'',NULL),(13,0,13489,0,0,18,0,1,9178,0,0,0,'',NULL),(13,0,13951,0,0,18,0,1,2520,0,0,0,'',NULL),(13,0,13982,0,0,18,0,2,9016,0,0,0,'',NULL),(13,0,14250,0,0,18,0,1,9520,0,0,0,'',NULL),(13,0,14806,0,0,18,0,1,9157,0,0,0,'',NULL),(13,0,14928,0,0,18,0,1,9503,0,0,0,'',NULL),(13,0,15281,0,0,18,0,1,9816,0,0,0,'',NULL),(13,0,15591,0,0,18,0,1,9999,0,0,0,'',NULL),(13,0,15658,0,0,18,0,1,8929,0,0,0,'',NULL),(13,0,15998,0,0,18,0,1,10221,0,0,0,'',NULL),(13,0,16007,0,0,18,0,1,7047,0,0,0,'',NULL),(13,0,16007,0,0,18,0,1,7048,0,0,0,'',NULL),(13,0,16032,0,0,18,0,1,6557,0,0,0,'',NULL),(13,0,16053,0,0,18,0,0,175321,0,0,0,'',NULL),(13,0,16337,0,0,18,0,1,10339,0,0,0,'',NULL),(13,0,16337,0,0,18,0,1,10429,0,0,0,'',NULL),(13,0,16378,0,0,18,0,1,10541,0,0,0,'',NULL),(13,0,16452,0,0,18,0,1,10601,0,0,0,'',NULL),(13,0,16452,0,0,18,0,1,10602,0,0,0,'',NULL),(13,0,16629,0,0,18,0,1,1852,0,0,0,'',NULL),(13,0,16637,0,0,18,0,1,10447,0,0,0,'',NULL),(13,0,17016,0,0,18,0,0,176093,0,0,0,'',NULL),(13,0,17048,0,0,18,0,2,10899,0,0,0,'',NULL),(13,0,17166,0,0,18,0,1,7583,0,0,0,'',NULL),(13,0,17166,0,0,18,0,1,10977,0,0,0,'',NULL),(13,0,17166,0,0,18,0,1,10978,0,0,0,'',NULL),(13,0,17179,0,0,18,0,1,10508,0,0,0,'',NULL),(13,0,17190,0,0,18,0,1,10508,0,0,0,'',NULL),(13,0,17536,0,0,18,0,1,11218,0,0,0,'',NULL),(13,0,17698,0,0,18,0,1,11197,0,0,0,'',NULL),(13,0,17748,0,0,18,0,1,10556,0,0,0,'',NULL),(13,0,18666,0,0,18,0,1,10937,0,0,0,'',NULL),(13,0,18969,0,0,18,0,1,12126,0,0,0,'',NULL),(13,0,19032,0,0,18,0,1,12202,0,0,0,'',NULL),(13,0,19250,0,0,18,0,0,177668,0,0,0,'',NULL),(13,0,19749,0,0,18,0,1,12352,0,0,0,'',NULL),(13,0,19773,0,0,18,0,1,12018,0,0,0,'',NULL),(13,0,19952,0,0,18,0,1,11502,0,0,0,'',NULL),(13,0,21556,0,0,18,0,1,13378,0,0,0,'',NULL),(13,0,21566,0,0,18,0,1,13416,0,0,0,'',NULL),(13,0,21794,0,0,18,0,1,10981,0,0,0,'',NULL),(13,0,21866,0,0,18,0,1,10990,0,0,0,'',NULL),(13,0,22710,0,0,18,0,1,14349,0,0,0,'',NULL),(13,0,22906,0,0,18,0,2,10184,0,0,0,'',NULL),(13,0,23015,0,0,18,0,1,12396,0,0,0,'',NULL),(13,0,23019,0,0,18,0,1,12396,0,0,0,'',NULL),(13,0,23168,0,0,18,0,1,14020,0,0,0,'',NULL),(13,0,23394,0,0,18,0,1,14601,0,0,0,'',NULL),(13,0,24062,0,0,18,0,1,15010,0,0,0,'',NULL),(13,0,24217,0,0,18,0,1,15069,0,0,0,'',NULL),(13,0,24322,0,0,18,0,1,14834,0,0,0,'',NULL),(13,0,24323,0,0,18,0,1,14834,0,0,0,'',NULL),(13,0,24804,0,0,18,0,1,14888,0,0,0,'',NULL),(13,0,25896,0,0,18,0,1,15299,0,0,0,'',NULL),(13,0,26235,0,0,18,0,1,15727,0,0,0,'',NULL),(13,0,26286,0,0,18,0,0,180771,0,0,0,'',NULL),(13,0,26286,0,0,18,0,0,180850,0,0,0,'',NULL),(13,0,26286,0,0,18,0,0,180868,0,0,0,'',NULL),(13,0,26291,0,0,18,0,0,180771,0,0,0,'',NULL),(13,0,26291,0,0,18,0,0,180850,0,0,0,'',NULL),(13,0,26291,0,0,18,0,0,180868,0,0,0,'',NULL),(13,0,26292,0,0,18,0,0,180771,0,0,0,'',NULL),(13,0,26292,0,0,18,0,0,180850,0,0,0,'',NULL),(13,0,26292,0,0,18,0,0,180868,0,0,0,'',NULL),(13,0,26304,0,0,18,0,0,180772,0,0,0,'',NULL),(13,0,26304,0,0,18,0,0,180859,0,0,0,'',NULL),(13,0,26304,0,0,18,0,0,180869,0,0,0,'',NULL),(13,0,26304,0,0,18,0,0,180874,0,0,0,'',NULL),(13,0,26325,0,0,18,0,0,180772,0,0,0,'',NULL),(13,0,26325,0,0,18,0,0,180859,0,0,0,'',NULL),(13,0,26325,0,0,18,0,0,180869,0,0,0,'',NULL),(13,0,26325,0,0,18,0,0,180874,0,0,0,'',NULL),(13,0,26327,0,0,18,0,0,180772,0,0,0,'',NULL),(13,0,26327,0,0,18,0,0,180859,0,0,0,'',NULL),(13,0,26327,0,0,18,0,0,180869,0,0,0,'',NULL),(13,0,26327,0,0,18,0,0,180874,0,0,0,'',NULL),(13,0,26560,0,0,18,0,2,29542,0,0,0,'',NULL),(13,0,27184,0,0,18,0,1,16044,0,0,0,'',NULL),(13,0,27190,0,0,18,0,1,16045,0,0,0,'',NULL),(13,0,27191,0,0,18,0,1,16046,0,0,0,'',NULL),(13,0,27201,0,0,18,0,1,16047,0,0,0,'',NULL),(13,0,27202,0,0,18,0,1,16048,0,0,0,'',NULL),(13,0,27203,0,0,18,0,1,16044,0,0,0,'',NULL),(13,0,27203,0,0,18,0,1,16045,0,0,0,'',NULL),(13,0,27203,0,0,18,0,1,16046,0,0,0,'',NULL),(13,0,27203,0,0,18,0,1,16047,0,0,0,'',NULL),(13,0,27203,0,0,18,0,1,16048,0,0,0,'',NULL),(13,0,27517,0,0,18,0,1,16079,0,0,0,'',NULL),(13,0,27892,0,0,18,0,1,16060,0,0,0,'',NULL),(13,0,27893,0,0,18,0,1,16060,0,0,0,'',NULL),(13,0,27928,0,0,18,0,1,16060,0,0,0,'',NULL),(13,0,27929,0,0,18,0,1,16060,0,0,0,'',NULL),(13,0,27935,0,0,18,0,1,16060,0,0,0,'',NULL),(13,0,27936,0,0,18,0,1,16060,0,0,0,'',NULL),(13,0,28096,0,0,18,0,1,15929,0,0,0,'',NULL),(13,0,28111,0,0,18,0,1,15930,0,0,0,'',NULL),(13,0,28353,0,0,18,0,2,16390,0,0,0,'',NULL),(13,0,28392,0,0,18,0,1,16420,0,0,0,'',NULL),(13,0,28697,0,0,18,0,1,3976,0,0,0,'',NULL),(13,0,28732,0,0,18,0,1,15953,0,0,0,'',NULL),(13,0,28806,0,0,18,0,0,181288,0,0,0,'',NULL),(13,0,28806,0,0,18,0,1,16592,0,0,0,'',NULL),(13,0,28861,0,0,18,0,1,16592,0,0,0,'',NULL),(13,0,29120,0,1,18,0,1,16897,0,0,0,'','Spell 29120 targets Honor Hold Target Dummy Middle'),(13,0,29121,0,0,18,0,1,16899,0,0,0,'',NULL),(13,0,29122,0,0,18,0,1,16898,0,0,0,'',NULL),(13,0,29172,0,0,18,0,0,181605,0,0,0,'',NULL),(13,0,29339,0,0,18,0,1,15547,0,0,0,'',NULL),(13,0,29339,0,0,18,0,1,15548,0,0,0,'',NULL),(13,0,29340,0,0,18,0,1,15547,0,0,0,'',NULL),(13,0,29340,0,0,18,0,1,15548,0,0,0,'',NULL),(13,0,29456,0,0,18,0,1,17060,0,0,0,'',NULL),(13,0,29457,0,0,18,0,1,17060,0,0,0,'',NULL),(13,0,29459,0,0,18,0,1,17060,0,0,0,'',NULL),(13,0,29531,0,0,18,0,0,181605,0,0,0,'',NULL),(13,0,29612,0,0,18,0,1,16468,0,0,0,'',NULL),(13,0,29831,0,0,18,0,0,181288,0,0,0,'',NULL),(13,0,29866,0,0,18,0,0,181616,0,0,0,'',NULL),(13,0,29967,0,0,18,0,1,16524,0,0,0,'',NULL),(13,0,29989,0,0,18,0,1,17178,0,0,0,'',NULL),(13,0,30065,0,0,18,0,1,15688,0,0,0,'',NULL),(13,0,30098,0,0,18,0,1,17253,0,0,0,'',NULL),(13,0,30166,0,0,18,0,1,17257,0,0,0,'',NULL),(13,0,30207,0,0,18,0,1,17257,0,0,0,'',NULL),(13,0,30221,0,0,18,0,1,620,0,0,0,'',NULL),(13,0,30232,0,0,18,0,1,15691,0,0,0,'',NULL),(13,0,30410,0,0,18,0,1,17257,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,17378,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,17407,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,17408,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,24222,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,24879,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,32522,0,0,0,'',NULL),(13,0,30427,0,0,18,0,1,32544,0,0,0,'',NULL),(13,0,30460,0,0,18,0,1,17404,0,0,0,'',NULL),(13,0,30462,0,0,18,0,1,17404,0,0,0,'',NULL),(13,0,30531,0,0,18,0,1,17256,0,0,0,'',NULL),(13,0,30657,0,0,18,0,1,24136,0,0,0,'',NULL),(13,0,30659,0,0,18,0,1,17281,0,0,0,'',NULL),(13,0,30834,0,0,18,0,1,17646,0,0,0,'',NULL),(13,0,30875,0,0,18,0,1,17326,0,0,0,'',NULL),(13,0,30876,0,0,18,0,1,17326,0,0,0,'',NULL),(13,0,30951,0,0,18,0,1,17533,0,0,0,'',NULL),(13,0,30988,0,0,18,0,2,17701,0,0,0,'',NULL),(13,0,31326,0,0,18,0,1,15608,0,0,0,'',NULL),(13,0,31333,0,0,18,0,1,17664,0,0,0,'',NULL),(13,0,31411,0,0,18,0,1,17886,0,0,0,'',NULL),(13,0,31412,0,0,18,0,1,17886,0,0,0,'',NULL),(13,0,31413,0,0,18,0,1,17886,0,0,0,'',NULL),(13,0,31414,0,0,18,0,1,17886,0,0,0,'',NULL),(13,0,31532,0,0,18,0,1,17796,0,0,0,'',NULL),(13,0,31537,0,0,18,0,2,17895,0,0,0,'',NULL),(13,0,31538,0,0,18,0,1,17895,0,0,0,'',NULL),(13,0,31543,0,0,18,0,1,17798,0,0,0,'',NULL),(13,0,31611,0,0,18,0,1,17979,0,0,0,'',NULL),(13,0,31617,0,0,18,0,1,17899,0,0,0,'',NULL),(13,0,31624,0,0,18,0,1,17899,0,0,0,'',NULL),(13,0,31625,0,0,18,0,1,17899,0,0,0,'',NULL),(13,0,31727,0,0,18,0,1,17536,0,0,0,'',NULL),(13,0,31736,0,0,18,0,1,17998,0,0,0,'',NULL),(13,0,31736,0,0,18,0,1,17999,0,0,0,'',NULL),(13,0,31736,0,0,18,0,1,18000,0,0,0,'',NULL),(13,0,31736,0,0,18,0,1,18002,0,0,0,'',NULL),(13,0,31927,0,0,18,0,1,18110,0,0,0,'',NULL),(13,0,31927,0,0,18,0,1,18142,0,0,0,'',NULL),(13,0,31927,0,0,18,0,1,18143,0,0,0,'',NULL),(13,0,31927,0,0,18,0,1,18144,0,0,0,'',NULL),(13,0,32042,0,0,18,0,1,18161,0,0,0,'',NULL),(13,0,32042,0,0,18,0,1,18162,0,0,0,'',NULL),(13,0,32045,0,0,18,0,1,17968,0,0,0,'',NULL),(13,0,32051,0,0,18,0,1,17968,0,0,0,'',NULL),(13,0,32052,0,0,18,0,1,17968,0,0,0,'',NULL),(13,0,32146,0,0,18,0,1,18240,0,0,0,'','Spell Liquid Fire can only be cast at Sunspring Villager'),(13,0,32163,0,0,18,0,1,18247,0,0,0,'',NULL),(13,0,32164,0,0,18,0,1,18246,0,0,0,'',NULL),(13,0,32205,0,0,18,0,1,18305,0,0,0,'',NULL),(13,0,32205,0,0,18,0,1,18306,0,0,0,'',NULL),(13,0,32205,0,0,18,0,1,18307,0,0,0,'',NULL),(13,0,32301,0,0,18,0,1,18371,0,0,0,'',NULL),(13,0,32307,0,0,18,0,1,17148,0,0,0,'','Spell Place Kil\'sorrow Banner can not only be cast on Kil\'sorrow mobs'),(13,0,32307,0,0,18,0,2,18658,0,0,0,'',NULL),(13,0,32314,0,0,18,0,1,17138,0,0,0,'','Spell Place Kil\'sorrow Banner can not only be cast on Warmaul Ogres'),(13,0,32396,0,0,18,0,1,18358,0,0,0,'',NULL),(13,0,32560,0,0,18,0,1,17893,0,0,0,'',NULL),(13,0,32622,0,0,18,0,1,17545,0,0,0,'',NULL),(13,0,32623,0,0,18,0,1,18660,0,0,0,'',NULL),(13,0,32838,0,0,18,0,1,16899,0,0,0,'',NULL),(13,0,32890,0,0,18,0,1,18764,0,0,0,'',NULL),(13,0,32979,0,0,18,0,1,18818,0,0,0,'',NULL),(13,0,32979,0,0,18,0,1,19009,0,0,0,'',NULL),(13,0,32979,0,0,18,0,1,21236,0,0,0,'',NULL),(13,0,32979,0,0,18,0,1,21237,0,0,0,'',NULL),(13,0,33067,0,0,18,0,1,18849,0,0,0,'',NULL),(13,0,33067,0,0,18,0,1,19008,0,0,0,'',NULL),(13,0,33111,0,0,18,0,1,17400,0,0,0,'',NULL),(13,0,33111,0,0,18,0,1,18894,0,0,0,'',NULL),(13,0,33423,0,0,18,0,1,19139,0,0,0,'',NULL),(13,0,33424,0,0,18,0,1,19139,0,0,0,'',NULL),(13,0,33425,0,0,18,0,1,19139,0,0,0,'',NULL),(13,0,33531,0,0,18,0,1,19067,0,0,0,'',NULL),(13,0,33532,0,0,18,0,1,19210,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19276,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19277,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19278,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19279,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19326,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19328,0,0,0,'',NULL),(13,0,33644,0,0,18,0,1,19329,0,0,0,'',NULL),(13,0,33655,0,0,18,0,1,19291,0,0,0,'',NULL),(13,0,33655,0,0,18,0,1,19292,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,17400,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,18894,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19276,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19277,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19278,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19279,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19326,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19328,0,0,0,'',NULL),(13,0,33742,0,0,18,0,1,19329,0,0,0,'',NULL),(13,0,33783,0,0,18,0,1,18732,0,0,0,'',NULL),(13,0,33796,0,0,18,0,1,16898,0,0,0,'',NULL),(13,0,33796,0,0,18,0,1,19727,0,0,0,'',NULL),(13,0,33805,0,0,18,0,1,19387,0,0,0,'',NULL),(13,0,33806,0,0,18,0,1,19388,0,0,0,'',NULL),(13,0,33822,0,0,18,0,1,19394,0,0,0,'',NULL),(13,0,33831,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,33924,0,0,18,0,1,19424,0,0,0,'',NULL),(13,0,34019,0,0,18,0,2,16871,0,0,0,'',NULL),(13,0,34019,0,0,18,0,2,16873,0,0,0,'',NULL),(13,0,34019,0,0,18,0,2,16907,0,0,0,'',NULL),(13,0,34019,0,0,18,0,2,19422,0,0,0,'',NULL),(13,0,34062,0,0,18,0,1,19484,0,0,0,'',NULL),(13,0,34063,0,0,18,0,1,18688,0,0,0,'','Spell Soul Mirror can only be cast at Ancient Orc Spectator'),(13,0,34186,0,0,18,0,1,16938,0,0,0,'',NULL),(13,0,34239,0,0,18,0,1,19599,0,0,0,'',NULL),(13,0,34254,0,0,18,0,1,19554,0,0,0,'',NULL),(13,0,34350,0,0,18,0,1,19554,0,0,0,'',NULL),(13,0,34367,0,0,18,0,1,19421,0,0,0,'',NULL),(13,0,34387,0,0,18,0,0,184289,0,0,0,'',NULL),(13,0,34387,0,0,18,0,0,184290,0,0,0,'',NULL),(13,0,34387,0,0,18,0,0,184414,0,0,0,'',NULL),(13,0,34387,0,0,18,0,0,184415,0,0,0,'',NULL),(13,0,34397,0,0,18,0,1,20139,0,0,0,'',NULL),(13,0,34526,0,0,18,0,1,19723,0,0,0,'',NULL),(13,0,34526,0,0,18,0,1,19724,0,0,0,'',NULL),(13,0,34630,0,0,18,0,1,19849,0,0,0,'',NULL),(13,0,34646,0,0,18,0,1,19866,0,0,0,'',NULL),(13,0,34646,0,0,18,0,1,19867,0,0,0,'',NULL),(13,0,34646,0,0,18,0,1,19868,0,0,0,'',NULL),(13,0,34662,0,0,18,0,1,17827,0,0,0,'',NULL),(13,0,34946,0,0,18,0,1,20040,0,0,0,'',NULL),(13,0,34946,0,0,18,0,1,20041,0,0,0,'',NULL),(13,0,35016,0,0,18,0,1,20209,0,0,0,'',NULL),(13,0,35016,0,0,18,0,1,20417,0,0,0,'',NULL),(13,0,35016,0,0,18,0,1,20418,0,0,0,'',NULL),(13,0,35063,0,0,18,0,1,20251,0,0,0,'',NULL),(13,0,35097,0,0,18,0,1,20251,0,0,0,'',NULL),(13,0,35113,0,0,18,0,1,20333,0,0,0,'',NULL),(13,0,35113,0,0,18,0,1,20336,0,0,0,'',NULL),(13,0,35113,0,0,18,0,1,20337,0,0,0,'',NULL),(13,0,35113,0,0,18,0,1,20338,0,0,0,'',NULL),(13,0,35176,0,0,18,0,1,20440,0,0,0,'',NULL),(13,0,35246,0,0,18,0,1,20473,0,0,0,'',NULL),(13,0,35246,0,0,18,0,1,20475,0,0,0,'',NULL),(13,0,35246,0,0,18,0,1,20476,0,0,0,'',NULL),(13,0,35282,0,0,18,0,1,20243,0,0,0,'',NULL),(13,0,35289,0,0,18,0,1,22963,0,0,0,'',NULL),(13,0,35372,0,1,18,0,1,20561,0,0,0,'','Protectorate Igniter'),(13,0,35413,0,0,18,0,1,20781,0,0,0,'',NULL),(13,0,35515,0,0,18,0,1,20454,0,0,0,'',NULL),(13,0,35596,0,0,18,0,1,20794,0,0,0,'',NULL),(13,0,35683,0,0,18,0,1,20769,0,0,0,'',NULL),(13,0,35724,0,0,18,0,1,20813,0,0,0,'',NULL),(13,0,35724,0,0,18,0,1,20814,0,0,0,'',NULL),(13,0,35724,0,0,18,0,1,20815,0,0,0,'',NULL),(13,0,35724,0,0,18,0,1,20816,0,0,0,'',NULL),(13,0,35734,0,0,18,0,1,20899,0,0,0,'',NULL),(13,0,35771,0,0,18,0,1,20610,0,0,0,'',NULL),(13,0,35771,0,0,18,0,1,20777,0,0,0,'',NULL),(18,0,29818,0,0,24,0,1,20774,0,0,0,'','Item Energy Field Modulator can only be used if target is Farahlon Lasher'),(13,0,35782,0,0,18,0,1,20809,0,0,0,'',NULL),(13,0,36174,0,0,18,0,1,20885,0,0,0,'',NULL),(13,0,36374,0,0,18,0,1,21182,0,0,0,'',NULL),(13,0,36374,0,0,18,0,1,22401,0,0,0,'',NULL),(13,0,36374,0,0,18,0,1,22402,0,0,0,'',NULL),(13,0,36374,0,0,18,0,1,22403,0,0,0,'',NULL),(13,0,36460,0,0,18,0,0,183805,0,0,0,'',NULL),(13,0,36460,0,0,18,0,0,183806,0,0,0,'',NULL),(13,0,36460,0,0,18,0,0,183807,0,0,0,'',NULL),(13,0,36460,0,0,18,0,0,183808,0,0,0,'',NULL),(13,0,36852,0,0,18,0,1,21440,0,0,0,'',NULL),(13,0,36854,0,0,18,0,1,21437,0,0,0,'',NULL),(13,0,36856,0,0,18,0,1,21436,0,0,0,'',NULL),(13,0,36857,0,0,18,0,1,21438,0,0,0,'',NULL),(13,0,36858,0,0,18,0,1,21439,0,0,0,'',NULL),(13,0,36904,0,0,18,0,0,21511,0,0,0,'',NULL),(13,0,37055,0,0,18,0,1,21512,0,0,0,'',NULL),(13,0,37076,0,0,18,0,1,17798,0,0,0,'',NULL),(13,0,37204,0,0,18,0,1,21709,0,0,0,'',NULL),(13,0,37465,0,0,18,0,1,17469,0,0,0,'',NULL),(13,0,37465,0,0,18,0,1,21747,0,0,0,'',NULL),(13,0,37465,0,0,18,0,1,21748,0,0,0,'',NULL),(13,0,37465,0,0,18,0,1,21750,0,0,0,'',NULL),(13,0,37469,0,0,18,0,1,17211,0,0,0,'',NULL),(13,0,37469,0,0,18,0,1,21664,0,0,0,'',NULL),(13,0,37469,0,0,18,0,1,21682,0,0,0,'',NULL),(13,0,37469,0,0,18,0,1,21683,0,0,0,'',NULL),(13,0,37573,0,0,18,0,1,20021,0,0,0,'',NULL),(13,0,37573,0,0,18,0,1,21817,0,0,0,'',NULL),(13,0,37573,0,0,18,0,1,21820,0,0,0,'',NULL),(13,0,37573,0,0,18,0,1,21821,0,0,0,'',NULL),(13,0,37573,0,0,18,0,1,21823,0,0,0,'',NULL),(13,0,37626,0,0,18,0,1,15689,0,0,0,'',NULL),(13,0,37689,0,0,18,0,1,21847,0,0,0,'',NULL),(13,0,37784,0,0,18,0,1,21867,0,0,0,'',NULL),(13,0,37843,0,0,18,0,1,21899,0,0,0,'',NULL),(13,0,37853,0,0,18,0,1,15608,0,0,0,'',NULL),(13,0,37868,0,0,18,0,1,21909,0,0,0,'',NULL),(13,0,37893,0,0,18,0,1,21909,0,0,0,'',NULL),(13,0,37895,0,0,18,0,1,21909,0,0,0,'',NULL),(13,0,37936,0,0,18,0,1,17796,0,0,0,'',NULL),(13,0,37984,0,0,18,0,1,21940,0,0,0,'',NULL),(13,0,38003,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38015,0,0,18,0,1,21216,0,0,0,'',NULL),(13,0,38020,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38044,0,0,18,0,1,21212,0,0,0,'',NULL),(13,0,38112,0,0,18,0,1,21212,0,0,0,'',NULL),(13,0,38121,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38123,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38126,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38128,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38130,0,0,18,0,1,21949,0,0,0,'',NULL),(13,0,38202,0,0,18,0,2,18733,0,0,0,'',NULL),(13,0,38250,0,0,18,0,0,185125,0,0,0,'',NULL),(13,0,38360,0,0,18,0,1,20216,0,0,0,'',NULL),(13,0,38439,0,0,18,0,1,21648,0,0,0,'',NULL),(13,0,38444,0,0,18,0,1,17008,0,0,0,'',NULL),(13,0,38449,0,0,18,0,1,21214,0,0,0,'',NULL),(13,0,38451,0,0,18,0,1,21214,0,0,0,'',NULL),(13,0,38452,0,0,18,0,1,21214,0,0,0,'',NULL),(13,0,38455,0,0,18,0,1,21214,0,0,0,'',NULL),(13,0,38469,0,0,18,0,1,22137,0,0,0,'',NULL),(13,0,38469,0,0,18,0,1,22139,0,0,0,'',NULL),(13,0,38482,0,0,18,0,1,22137,0,0,0,'',NULL),(13,0,38484,0,0,18,0,1,21246,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,16871,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,16873,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,16907,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,17269,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,17270,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,17478,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,19422,0,0,0,'',NULL),(13,0,38508,0,0,18,0,1,19424,0,0,0,'',NULL),(13,0,38530,0,0,18,0,1,22177,0,0,0,'',NULL),(13,0,38629,0,0,18,0,0,185214,0,0,0,'',NULL),(13,0,38722,0,0,18,0,1,21506,0,0,0,'',NULL),(18,0,43214,0,0,24,0,2,26631,0,0,0,'',NULL),(13,0,38736,0,0,18,0,1,22288,0,0,0,'',NULL),(13,0,38738,0,0,18,0,0,185193,0,0,0,'',NULL),(13,0,38738,0,0,18,0,0,185195,0,0,0,'',NULL),(13,0,38738,0,0,18,0,0,185196,0,0,0,'',NULL),(13,0,38738,0,0,18,0,0,185197,0,0,0,'',NULL),(13,0,38738,0,0,18,0,0,185198,0,0,0,'',NULL),(13,0,38762,0,0,18,0,1,21722,0,0,0,'',NULL),(13,0,38782,0,0,18,0,1,22423,0,0,0,'',NULL),(13,0,38966,0,0,18,0,1,22293,0,0,0,'',NULL),(13,0,39011,0,0,18,0,1,20885,0,0,0,'',NULL),(13,0,39043,0,0,18,0,1,22377,0,0,0,'',NULL),(13,0,39094,0,0,18,0,1,22395,0,0,0,'',NULL),(13,0,39124,0,0,18,0,0,184738,0,0,0,'',NULL),(13,0,39126,0,0,18,0,1,19557,0,0,0,'',NULL),(13,0,39140,0,0,18,0,1,22418,0,0,0,'',NULL),(13,0,39141,0,0,18,0,1,17968,0,0,0,'',NULL),(13,0,39219,0,0,18,0,1,22443,0,0,0,'',NULL),(13,0,39221,0,0,18,0,1,23116,0,0,0,'',NULL),(13,0,39246,0,0,18,0,2,22105,0,0,0,'',NULL),(13,0,39364,0,0,18,0,1,19732,0,0,0,'',NULL),(13,0,39601,0,0,18,0,1,22916,0,0,0,'',NULL),(13,0,39635,0,0,18,0,1,22996,0,0,0,'',NULL),(13,0,47939,0,0,18,0,0,188539,0,0,0,'','Gather Lumber - limit GO targets to Coldwind Tree'),(13,0,39849,0,0,18,0,1,22996,0,0,0,'',NULL),(13,0,39873,0,0,18,0,1,22917,0,0,0,'',NULL),(13,0,39887,0,0,18,0,1,23002,0,0,0,'',NULL),(13,0,39974,0,0,18,0,0,300127,0,0,0,'',NULL),(13,0,39978,0,0,18,0,1,21851,0,0,0,'',NULL),(13,0,39993,0,0,18,0,1,23382,0,0,0,'',NULL),(13,0,40076,0,0,18,0,1,22884,0,0,0,'',NULL),(13,0,40105,0,0,18,0,1,22883,0,0,0,'',NULL),(13,0,40106,0,0,18,0,1,22883,0,0,0,'',NULL),(13,0,40309,0,0,18,0,1,23055,0,0,0,'',NULL),(13,0,40328,0,0,18,0,1,23037,0,0,0,'',NULL),(13,0,40359,0,0,18,0,1,23382,0,0,0,'',NULL),(13,0,40401,0,0,18,0,1,22841,0,0,0,'',NULL),(13,0,40447,0,0,18,0,1,22841,0,0,0,'',NULL),(13,0,40454,0,0,18,0,1,22181,0,0,0,'',NULL),(13,0,40468,0,0,18,0,1,22252,0,0,0,'',NULL),(13,0,40520,0,0,18,0,1,22841,0,0,0,'',NULL),(13,0,40547,0,0,18,0,1,22911,0,0,0,'',NULL),(13,0,40603,0,0,18,0,1,22948,0,0,0,'',NULL),(13,0,40828,0,0,18,0,1,23322,0,0,0,'',NULL),(13,0,40828,0,0,18,0,1,23327,0,0,0,'',NULL),(13,0,40874,0,0,18,0,1,22841,0,0,0,'',NULL),(13,0,41128,0,0,18,0,1,23164,0,0,0,'',NULL),(13,0,41268,0,0,18,0,1,23412,0,0,0,'',NULL),(13,0,41269,0,0,18,0,1,23412,0,0,0,'',NULL),(13,0,41271,0,0,18,0,1,23412,0,0,0,'',NULL),(13,0,41295,0,0,18,0,1,23418,0,0,0,'',NULL),(13,0,41362,0,0,18,0,1,22956,0,0,0,'',NULL),(13,0,41362,0,0,18,0,1,22964,0,0,0,'',NULL),(13,0,41455,0,0,18,0,1,22949,0,0,0,'',NULL),(13,0,41455,0,0,18,0,1,22950,0,0,0,'',NULL),(13,0,41455,0,0,18,0,1,22951,0,0,0,'',NULL),(13,0,41455,0,0,18,0,1,22952,0,0,0,'',NULL),(13,0,41975,0,0,18,0,1,23191,0,0,0,'',NULL),(13,0,42222,0,0,18,0,1,23616,0,0,0,'',NULL),(13,0,42287,0,0,18,0,0,186283,0,0,0,'',NULL),(13,0,42289,0,0,18,0,0,186283,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,22844,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,22845,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,22846,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,22847,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,22849,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23215,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23216,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23318,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23319,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23374,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23421,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23523,0,0,0,'',NULL),(13,0,42317,0,0,18,0,1,23524,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,22844,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,22845,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,22846,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,22847,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,22849,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23215,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23216,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23318,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23319,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23374,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23421,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23523,0,0,0,'',NULL),(13,0,42318,0,0,18,0,1,23524,0,0,0,'',NULL),(13,0,42323,0,0,18,0,1,23720,0,0,0,'',NULL),(13,0,42356,0,0,18,0,1,23751,0,0,0,'',NULL),(13,0,42356,0,0,18,0,1,23752,0,0,0,'',NULL),(13,0,42356,0,0,18,0,1,23753,0,0,0,'',NULL),(13,0,42391,0,0,18,0,0,300152,0,0,0,'',NULL),(13,0,42405,0,0,18,0,1,23775,0,0,0,'',NULL),(13,0,42410,0,0,18,0,1,23775,0,0,0,'',NULL),(13,0,42471,0,0,18,0,1,23817,0,0,0,'',NULL),(13,0,42492,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,42517,0,0,18,0,1,23864,0,0,0,'',NULL),(13,0,42577,0,0,18,0,1,24136,0,0,0,'',NULL),(13,0,42631,0,0,18,0,1,23920,0,0,0,'',NULL),(13,0,42734,0,0,18,0,1,4974,0,0,0,'',NULL),(13,0,42857,0,0,18,0,1,23954,0,0,0,'',NULL),(13,0,43057,0,0,18,0,1,24098,0,0,0,'',NULL),(13,0,43057,0,0,18,0,1,24100,0,0,0,'',NULL),(13,0,43057,0,0,18,0,1,24102,0,0,0,'',NULL),(13,0,43076,0,0,18,0,1,23957,0,0,0,'',NULL),(13,0,43076,0,0,18,0,1,23972,0,0,0,'',NULL),(13,0,43144,0,0,18,0,1,23817,0,0,0,'',NULL),(13,0,43209,0,0,18,0,1,24178,0,0,0,'',NULL),(13,0,43233,0,0,18,0,1,24182,0,0,0,'',NULL),(13,0,43233,0,0,18,0,1,24183,0,0,0,'',NULL),(13,0,43233,0,0,18,0,1,24184,0,0,0,'',NULL),(13,0,43233,0,0,18,0,1,24185,0,0,0,'',NULL),(13,0,43386,0,0,18,0,1,24284,0,0,0,'',NULL),(13,0,43734,0,0,18,0,1,23817,0,0,0,'',NULL),(13,0,43878,0,0,18,0,1,24464,0,0,0,'',NULL),(13,0,43882,0,0,18,0,1,24464,0,0,0,'',NULL),(13,0,44132,0,0,18,0,1,24239,0,0,0,'',NULL),(13,0,44320,0,0,18,0,1,24723,0,0,0,'',NULL),(13,0,44321,0,0,18,0,1,24723,0,0,0,'',NULL),(13,0,44374,0,0,18,0,1,24722,0,0,0,'',NULL),(13,0,44807,0,0,18,0,1,24850,0,0,0,'',NULL),(13,0,44807,0,0,18,0,1,24892,0,0,0,'',NULL),(13,0,44864,0,0,18,0,1,24955,0,0,0,'',NULL),(13,0,44872,0,0,18,0,1,25158,0,0,0,'',NULL),(13,0,44885,0,0,18,0,1,25160,0,0,0,'',NULL),(13,0,44969,0,0,18,0,1,24980,0,0,0,'',NULL),(13,0,44981,0,0,18,0,1,24980,0,0,0,'',NULL),(13,0,45030,0,0,18,0,2,25003,0,0,0,'',NULL),(13,0,45109,0,0,18,0,1,25084,0,0,0,'',NULL),(13,0,45115,0,0,18,0,1,25090,0,0,0,'',NULL),(13,0,45115,0,0,18,0,1,25091,0,0,0,'',NULL),(13,0,45115,0,0,18,0,1,25092,0,0,0,'',NULL),(13,0,45149,0,0,18,0,0,300154,0,0,0,'',NULL),(13,0,45191,0,0,18,0,1,25154,0,0,0,'',NULL),(13,0,45191,0,0,18,0,1,25156,0,0,0,'',NULL),(13,0,45191,0,0,18,0,1,25157,0,0,0,'',NULL),(13,0,45201,0,0,18,0,1,24882,0,0,0,'',NULL),(13,0,45203,0,0,18,0,1,24882,0,0,0,'',NULL),(13,0,45223,0,0,18,0,1,25192,0,0,0,'','Spell 45223 targets Bridge Marksman Target Dummy'),(13,0,45259,0,0,18,0,1,25213,0,0,0,'',NULL),(13,0,45323,0,0,18,0,1,24874,0,0,0,'',NULL),(13,0,45323,0,0,18,0,1,24875,0,0,0,'',NULL),(13,0,45323,0,0,18,0,1,24876,0,0,0,'',NULL),(13,0,45323,0,0,18,0,1,24877,0,0,0,'',NULL),(13,0,45351,0,0,18,0,1,17845,0,0,0,'',NULL),(13,0,45368,0,0,18,0,0,187428,0,0,0,'',NULL),(13,0,45371,0,0,18,0,0,187431,0,0,0,'',NULL),(13,0,45388,0,0,18,0,1,25038,0,0,0,'',NULL),(13,0,45389,0,0,18,0,1,25265,0,0,0,'',NULL),(13,0,45414,0,0,18,0,1,25308,0,0,0,'',NULL),(13,0,45414,0,0,18,0,1,25309,0,0,0,'',NULL),(13,0,45414,0,0,18,0,1,25310,0,0,0,'',NULL),(13,0,45474,0,0,18,0,2,25342,0,0,0,'',NULL),(13,0,45474,0,0,18,0,2,25343,0,0,0,'',NULL),(13,0,45536,0,0,18,0,1,25397,0,0,0,'',NULL),(13,0,45536,0,0,18,0,1,25398,0,0,0,'',NULL),(13,0,45536,0,0,18,0,1,25399,0,0,0,'',NULL),(13,0,45583,0,0,18,0,1,25441,0,0,0,'',NULL),(13,0,45583,0,0,18,0,1,25442,0,0,0,'',NULL),(13,0,45583,0,0,18,0,1,25443,0,0,0,'',NULL),(13,0,45594,0,0,18,0,1,25455,0,0,0,'',NULL),(13,0,45606,0,0,18,0,1,25425,0,0,0,'',NULL),(13,0,45634,0,0,18,0,1,25478,0,0,0,'',NULL),(13,0,45653,0,0,18,0,1,25490,0,0,0,'',NULL),(13,0,45653,0,0,18,0,1,25492,0,0,0,'',NULL),(13,0,45653,0,0,18,0,1,25493,0,0,0,'',NULL),(13,0,45692,0,0,18,0,1,25510,0,0,0,'',NULL),(13,0,45692,0,0,18,0,1,25511,0,0,0,'',NULL),(13,0,45692,0,0,18,0,1,25512,0,0,0,'',NULL),(13,0,45692,0,0,18,0,1,25513,0,0,0,'',NULL),(13,0,45714,0,0,18,0,1,25038,0,0,0,'',NULL),(13,0,45834,0,0,18,0,1,25654,0,0,0,'',NULL),(13,0,45835,0,0,18,0,1,25654,0,0,0,'',NULL),(13,0,45839,0,0,18,0,1,25653,0,0,0,'',NULL),(13,0,45853,0,0,18,0,1,25664,0,0,0,'',NULL),(13,0,45853,0,0,18,0,1,25665,0,0,0,'',NULL),(13,0,45853,0,0,18,0,1,25666,0,0,0,'',NULL),(13,0,45863,0,0,18,0,1,24771,0,0,0,'',NULL),(13,0,45976,0,0,18,0,1,25770,0,0,0,'',NULL),(13,0,45990,0,0,18,0,1,25781,0,0,0,'',NULL),(13,0,46022,0,0,18,0,2,25814,0,0,0,'',NULL),(13,0,46034,0,0,18,0,2,25793,0,0,0,'',NULL),(13,0,46058,0,0,18,0,2,25758,0,0,0,'',NULL),(13,0,46063,0,0,18,0,2,25752,0,0,0,'',NULL),(13,0,46066,0,0,18,0,2,25792,0,0,0,'',NULL),(13,0,46068,0,0,18,0,2,25753,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,187982,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,187995,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,187996,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,187997,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,187998,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,187999,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188000,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188001,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188002,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188003,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188004,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188005,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188006,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188007,0,0,0,'',NULL),(13,0,46085,0,0,18,0,0,188008,0,0,0,'',NULL),(13,0,46177,0,0,18,0,1,25770,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188022,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188024,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188025,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188026,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188027,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188028,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188029,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188030,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188031,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188032,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188033,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188034,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188035,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188036,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188037,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188038,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188039,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188040,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188041,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188042,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188043,0,0,0,'',NULL),(13,0,46201,0,0,18,0,0,188044,0,0,0,'',NULL),(13,0,46281,0,0,18,0,1,25882,0,0,0,'',NULL),(13,0,46350,0,0,18,0,1,25160,0,0,0,'',NULL),(13,0,46474,0,0,18,0,1,25315,0,0,0,'',NULL),(13,0,46475,0,0,18,0,1,25507,0,0,0,'',NULL),(13,0,46488,0,0,18,0,2,25814,0,0,0,'',NULL),(13,0,46574,0,0,18,0,1,26161,0,0,0,'',NULL),(13,0,46797,0,0,18,0,1,26248,0,0,0,'',NULL),(13,0,46797,0,0,18,0,1,26249,0,0,0,'',NULL),(13,0,46809,0,0,18,0,1,26239,0,0,0,'',NULL),(13,0,46818,0,0,18,0,1,25840,0,0,0,'',NULL),(13,0,46852,0,0,18,0,0,181605,0,0,0,'',NULL),(13,0,46896,0,0,18,0,0,181605,0,0,0,'',NULL),(13,0,46964,0,0,18,0,1,26391,0,0,0,'',NULL),(13,0,47104,0,0,18,0,1,26401,0,0,0,'',NULL),(13,0,47110,0,0,18,0,1,26498,0,0,0,'',NULL),(13,0,47170,0,0,18,0,1,26452,0,0,0,'',NULL),(13,0,47374,0,0,18,0,1,26773,0,0,0,'',NULL),(13,0,47469,0,0,18,0,1,26831,0,0,0,'',NULL),(13,0,47542,0,0,18,0,1,26855,0,0,0,'',NULL),(13,0,47542,0,0,18,0,1,26856,0,0,0,'',NULL),(13,0,47542,0,0,18,0,1,26857,0,0,0,'',NULL),(13,0,47634,0,0,18,0,1,26887,0,0,0,'',NULL),(13,0,47711,0,0,18,0,1,26731,0,0,0,'',NULL),(13,0,47712,0,0,18,0,1,26731,0,0,0,'',NULL),(13,0,47713,0,0,18,0,1,26731,0,0,0,'',NULL),(13,0,47935,0,0,18,0,1,27075,0,0,0,'',NULL),(13,0,47978,0,0,18,0,1,27113,0,0,0,'',NULL),(13,0,47978,0,0,18,0,1,27114,0,0,0,'',NULL),(13,0,47978,0,0,18,0,1,27115,0,0,0,'',NULL),(13,0,48021,0,0,18,0,1,27135,0,0,0,'',NULL),(13,0,48188,0,0,18,0,1,27349,0,0,0,'',NULL),(13,0,48218,0,0,18,0,1,27263,0,0,0,'',NULL),(13,0,48218,0,0,18,0,1,27264,0,0,0,'',NULL),(13,0,48218,0,0,18,0,1,27265,0,0,0,'',NULL),(13,0,48252,0,0,18,0,1,25478,0,0,0,'',NULL),(13,0,48345,0,0,18,0,1,27331,0,0,0,'',NULL),(13,0,48641,0,0,18,0,1,26893,0,0,0,'',NULL),(13,0,48790,0,0,18,0,1,27450,0,0,0,'',NULL),(13,0,48794,0,0,18,0,0,189290,0,0,0,'',NULL),(13,0,48974,0,0,18,0,2,26891,0,0,0,'',NULL),(13,0,49058,0,0,18,0,1,24968,0,0,0,'',NULL),(13,0,49319,0,0,18,0,1,26472,0,0,0,'',NULL),(13,0,49590,0,0,18,0,1,27827,0,0,0,'','Dispelling Illusions: Crate Dummy target'),(13,0,49625,0,0,18,0,1,24087,0,0,0,'',NULL),(13,0,49625,0,0,18,0,1,24092,0,0,0,'',NULL),(13,0,49625,0,0,18,0,1,24093,0,0,0,'',NULL),(13,0,49625,0,0,18,0,1,24094,0,0,0,'',NULL),(13,0,49634,0,0,18,0,1,24087,0,0,0,'',NULL),(13,0,49634,0,0,18,0,1,24092,0,0,0,'',NULL),(13,0,49634,0,0,18,0,1,24093,0,0,0,'',NULL),(13,0,49634,0,0,18,0,1,24094,0,0,0,'',NULL),(13,0,50515,0,0,18,0,3,27829,0,0,0,'',NULL),(13,0,50524,0,0,18,0,3,27829,0,0,0,'',NULL),(18,0,40397,0,0,24,0,2,29124,0,0,0,'',NULL),(13,0,50747,0,0,18,0,1,27981,0,0,0,'',NULL),(13,0,50790,0,0,18,0,0,192163,0,0,0,'',NULL),(13,0,50790,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50791,0,0,18,0,0,192163,0,0,0,'',NULL),(13,0,50791,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50793,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50794,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50802,0,0,18,0,0,192164,0,0,0,'',NULL),(13,0,50802,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50803,0,0,18,0,0,192164,0,0,0,'',NULL),(13,0,50803,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50825,0,0,18,0,0,192163,0,0,0,'',NULL),(13,0,50825,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,50826,0,0,18,0,0,192164,0,0,0,'',NULL),(13,0,50826,0,0,18,0,1,22515,0,0,0,'',NULL),(13,0,51247,0,0,18,0,1,28064,0,0,0,'',NULL),(13,0,51247,0,0,18,0,1,28304,0,0,0,'',NULL),(13,0,51247,0,0,18,0,1,28305,0,0,0,'',NULL),(13,0,51331,0,0,18,0,1,28053,0,0,0,'',NULL),(13,0,51332,0,0,18,0,1,28054,0,0,0,'',NULL),(13,0,51333,0,0,18,0,1,28330,0,0,0,'',NULL),(13,0,51366,0,0,18,0,1,28093,0,0,0,'',NULL),(13,0,51381,0,0,18,0,1,28352,0,0,0,'',NULL),(13,0,51769,0,0,18,0,1,28481,0,0,0,'0','Emblazon Runeblade - Runeforge (SE)'),(13,0,51840,0,0,18,0,1,28466,0,0,0,'',NULL),(13,0,51858,0,0,18,0,1,28525,0,0,0,'',NULL),(13,0,51858,0,0,18,0,1,28542,0,0,0,'',NULL),(13,0,51858,0,0,18,0,1,28543,0,0,0,'',NULL),(13,0,51858,0,0,18,0,1,28544,0,0,0,'',NULL),(13,0,51859,0,0,18,0,1,28525,0,0,0,'',NULL),(13,0,51859,0,0,18,0,1,28542,0,0,0,'',NULL),(13,0,51859,0,0,18,0,1,28543,0,0,0,'',NULL),(13,0,51859,0,0,18,0,1,28544,0,0,0,'',NULL),(13,0,51866,0,0,18,0,3,28521,0,0,0,'','Spell Kick Nass only targets Nass'),(13,0,51959,0,0,18,0,1,28161,0,0,0,'',NULL),(13,0,51964,0,0,18,0,1,28416,0,0,0,'',NULL),(13,0,52124,0,0,18,0,1,28655,0,0,0,'',NULL),(13,0,52151,0,0,18,0,1,28639,0,0,0,'',NULL),(13,0,52173,0,0,18,0,3,28267,0,0,0,'',NULL),(13,0,52227,0,0,18,0,1,28739,0,0,0,'',NULL),(13,0,52479,0,0,18,0,1,28819,0,0,0,'',NULL),(13,0,52479,0,0,18,0,1,28822,0,0,0,'',NULL),(13,0,52480,0,0,18,0,1,27733,0,0,0,'',NULL),(13,0,52576,0,0,18,0,1,28834,0,0,0,'',NULL),(13,0,52576,0,0,18,0,1,28886,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,28578,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,28579,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,28580,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,28581,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,28582,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,28586,0,0,0,'',NULL),(13,0,52774,0,0,18,0,1,29240,0,0,0,'',NULL),(13,0,52981,0,0,18,0,2,28086,0,0,0,'',NULL),(13,0,52981,0,0,18,0,2,28096,0,0,0,'',NULL),(13,0,52981,0,0,18,0,2,28109,0,0,0,'',NULL),(13,0,52981,0,0,18,0,2,28110,0,0,0,'',NULL),(13,0,52990,0,0,18,0,1,28406,0,0,0,'',NULL),(13,0,53038,0,0,18,0,1,29056,0,0,0,'',NULL),(13,0,53038,0,0,18,0,1,29057,0,0,0,'',NULL),(13,0,53038,0,0,18,0,1,29058,0,0,0,'',NULL),(13,0,53038,0,0,18,0,1,29069,0,0,0,'',NULL),(13,0,53110,0,0,18,0,1,29102,0,0,0,'',NULL),(13,0,53110,0,0,18,0,1,29103,0,0,0,'',NULL),(13,0,53677,0,0,18,0,1,29227,0,0,0,'',NULL),(13,0,53679,0,0,18,0,1,29183,0,0,0,'',NULL),(13,0,53685,0,0,18,0,1,29175,0,0,0,'',NULL),(13,0,53701,0,0,18,0,1,29175,0,0,0,'',NULL),(13,0,53705,0,0,18,0,1,29183,0,0,0,'',NULL),(13,0,53706,0,0,18,0,1,29183,0,0,0,'',NULL),(13,0,54097,0,0,18,0,1,15953,0,0,0,'',NULL),(13,0,54142,0,0,18,0,1,29281,0,0,0,'',NULL),(13,0,54160,0,0,18,0,1,29266,0,0,0,'',NULL),(13,0,54643,0,0,18,0,1,23472,0,0,0,'',NULL),(13,0,54699,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,54725,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,54744,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,54746,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,54878,0,0,18,0,1,29307,0,0,0,'',NULL),(13,0,55037,0,0,18,0,1,29692,0,0,0,'',NULL),(13,0,55083,0,0,18,0,1,29700,0,0,0,'',NULL),(17,0,55161,0,0,29,0,29746,20,0,0,0,'','Spell Retrieve Data will only be cast near Databank'),(13,0,55223,0,0,18,0,1,29686,0,0,0,'',NULL),(13,0,55479,0,0,18,0,1,16803,0,0,0,'',NULL),(13,0,56150,0,0,18,0,1,30385,0,0,0,'',NULL),(13,0,56275,0,0,18,0,1,30209,0,0,0,'',NULL),(13,0,56275,0,0,18,0,1,30211,0,0,0,'',NULL),(13,0,56275,0,0,18,0,1,30212,0,0,0,'',NULL),(13,0,56393,0,0,18,0,1,30013,0,0,0,'',NULL),(13,0,56575,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,56661,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,56663,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,56665,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,56667,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,56669,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,57806,0,0,18,0,2,31043,0,0,0,'',NULL),(13,0,57835,0,0,18,0,1,30451,0,0,0,'',NULL),(13,0,58040,0,0,18,0,1,30896,0,0,0,'',NULL),(13,0,58641,0,0,18,0,1,31130,0,0,0,'',NULL),(13,0,58672,0,0,18,0,1,31125,0,0,0,'',NULL),(13,0,58766,0,0,18,0,1,28860,0,0,0,'',NULL),(13,0,58825,0,0,18,0,1,27733,0,0,0,'',NULL),(13,0,58836,0,0,18,0,3,31216,0,0,0,'',NULL),(13,0,59008,0,0,18,0,1,31236,0,0,0,'',NULL),(13,0,59386,0,0,18,0,1,23953,0,0,0,'',NULL),(13,0,59465,0,0,18,0,1,30178,0,0,0,'',NULL),(13,0,59474,0,0,18,0,1,29266,0,0,0,'',NULL),(13,0,59951,0,0,18,0,1,29686,0,0,0,'',NULL),(13,0,59952,0,0,18,0,1,29686,0,0,0,'',NULL),(13,0,60243,0,0,18,0,3,11236,0,0,0,'',NULL),(13,0,60639,0,0,18,0,1,28860,0,0,0,'',NULL),(13,0,61245,0,0,18,0,1,32535,0,0,0,'',NULL),(13,0,61408,0,0,18,0,1,27852,0,0,0,'',NULL),(13,0,62056,0,0,18,0,1,32934,0,0,0,'',NULL),(13,0,62399,0,0,18,0,1,33113,0,0,0,'',NULL),(13,0,62496,0,0,18,0,1,33167,0,0,0,'',NULL),(13,0,63985,0,0,18,0,1,32934,0,0,0,'',NULL),(13,0,66390,0,0,18,0,1,34852,0,0,0,'',NULL),(13,0,67751,0,0,18,0,1,35545,0,0,0,'',NULL),(13,0,67751,0,0,18,0,1,35564,0,0,0,'',NULL),(13,0,67751,0,0,18,0,1,35590,0,0,0,'',NULL),(15,21000,1,0,0,14,0,13029,0,0,0,0,'',NULL),(15,21000,2,0,0,14,0,13012,0,0,0,0,'',NULL),(15,21001,1,0,0,14,0,13025,0,0,0,0,'',NULL),(15,21001,2,0,0,14,0,13030,0,0,0,0,'',NULL),(15,21001,3,0,0,14,0,13023,0,0,0,0,'',NULL),(15,21001,4,0,0,14,0,13027,0,0,0,0,'',NULL),(15,21002,1,0,0,14,0,8713,0,0,0,0,'',NULL),(15,21003,1,0,0,14,0,8718,0,0,0,0,'',NULL),(15,21003,2,0,0,14,0,8720,0,0,0,0,'',NULL),(15,21004,1,0,0,14,0,8654,0,0,0,0,'',NULL),(15,21004,2,0,0,14,0,8681,0,0,0,0,'',NULL),(15,21005,1,0,0,14,0,8715,0,0,0,0,'',NULL),(15,21005,2,0,0,14,0,8866,0,0,0,0,'',NULL),(15,21005,3,0,0,14,0,8646,0,0,0,0,'',NULL),(15,21005,4,0,0,14,0,8720,0,0,0,0,'',NULL),(15,21005,5,0,0,14,0,8721,0,0,0,0,'',NULL),(15,21006,1,0,0,14,0,8686,0,0,0,0,'',NULL),(15,21006,2,0,0,14,0,8717,0,0,0,0,'',NULL),(15,21006,3,0,0,14,0,8678,0,0,0,0,'',NULL),(15,21006,4,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21007,1,0,0,14,0,13029,0,0,0,0,'',NULL),(15,21007,2,0,0,14,0,13024,0,0,0,0,'',NULL),(15,21007,3,0,0,14,0,13018,0,0,0,0,'',NULL),(15,21007,4,0,0,14,0,13014,0,0,0,0,'',NULL),(15,21008,1,0,0,14,0,8723,0,0,0,0,'',NULL),(15,21008,2,0,0,14,0,8672,0,0,0,0,'',NULL),(15,21009,1,0,0,14,0,8718,0,0,0,0,'',NULL),(15,21009,2,0,0,14,0,8646,0,0,0,0,'',NULL),(15,21009,3,0,0,14,0,8653,0,0,0,0,'',NULL),(15,21009,4,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21010,1,0,0,14,0,13017,0,0,0,0,'',NULL),(15,21010,2,0,0,14,0,13025,0,0,0,0,'',NULL),(15,21010,3,0,0,14,0,13030,0,0,0,0,'',NULL),(15,21011,1,0,0,14,0,8677,0,0,0,0,'',NULL),(15,21011,2,0,0,14,0,8652,0,0,0,0,'',NULL),(15,21011,3,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21011,4,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21011,5,0,0,14,0,8678,0,0,0,0,'',NULL),(15,21012,1,0,0,14,0,8648,0,0,0,0,'',NULL),(15,21012,2,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21012,3,0,0,14,0,8678,0,0,0,0,'',NULL),(15,21012,4,0,0,14,0,8670,0,0,0,0,'',NULL),(15,21012,5,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21013,1,0,0,14,0,8636,0,0,0,0,'',NULL),(15,21014,1,0,0,14,0,8671,0,0,0,0,'',NULL),(15,21014,2,0,0,14,0,8682,0,0,0,0,'',NULL),(15,21014,3,0,0,14,0,8681,0,0,0,0,'',NULL),(15,21014,4,0,0,14,0,8676,0,0,0,0,'',NULL),(15,21015,1,0,0,14,0,13066,0,0,0,0,'',NULL),(15,21015,2,0,0,14,0,13020,0,0,0,0,'',NULL),(15,21015,3,0,0,14,0,13032,0,0,0,0,'',NULL),(15,21015,4,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21016,1,0,0,14,0,8650,0,0,0,0,'',NULL),(15,21016,2,0,0,14,0,8688,0,0,0,0,'',NULL),(15,21017,1,0,0,14,0,8866,0,0,0,0,'',NULL),(15,21017,2,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21017,3,0,0,14,0,8642,0,0,0,0,'',NULL),(15,21018,1,0,0,14,0,8648,0,0,0,0,'',NULL),(15,21018,2,0,0,14,0,8722,0,0,0,0,'',NULL),(15,21018,3,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21018,4,0,0,14,0,8645,0,0,0,0,'',NULL),(15,21018,5,0,0,14,0,8650,0,0,0,0,'',NULL),(15,21019,1,0,0,14,0,13035,0,0,0,0,'',NULL),(15,21019,2,0,0,14,0,13020,0,0,0,0,'',NULL),(15,21019,3,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21019,4,0,0,14,0,13023,0,0,0,0,'',NULL),(15,21019,5,0,0,14,0,13027,0,0,0,0,'',NULL),(15,21019,6,0,0,14,0,13066,0,0,0,0,'',NULL),(15,21019,7,0,0,14,0,13019,0,0,0,0,'',NULL),(15,21020,1,0,0,14,0,8685,0,0,0,0,'',NULL),(15,21020,2,0,0,14,0,8724,0,0,0,0,'',NULL),(15,21020,3,0,0,14,0,8635,0,0,0,0,'',NULL),(15,21021,1,0,0,14,0,8718,0,0,0,0,'',NULL),(15,21021,2,0,0,14,0,8866,0,0,0,0,'',NULL),(15,21021,3,0,0,14,0,8636,0,0,0,0,'',NULL),(15,21021,4,0,0,14,0,8649,0,0,0,0,'',NULL),(15,21022,1,0,0,14,0,8673,0,0,0,0,'',NULL),(15,21022,2,0,0,14,0,8717,0,0,0,0,'',NULL),(15,21022,3,0,0,14,0,8724,0,0,0,0,'',NULL),(15,21022,4,0,0,14,0,8670,0,0,0,0,'',NULL),(15,21022,5,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21023,1,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21024,1,0,0,14,0,13033,0,0,0,0,'',NULL),(15,21024,2,0,0,14,0,13029,0,0,0,0,'',NULL),(15,21024,3,0,0,14,0,13012,0,0,0,0,'',NULL),(15,21025,1,0,0,14,0,8866,0,0,0,0,'',NULL),(15,21025,2,0,0,14,0,8653,0,0,0,0,'',NULL),(15,21025,3,0,0,14,0,8619,0,0,0,0,'',NULL),(15,21025,4,0,0,14,0,8642,0,0,0,0,'',NULL),(15,21025,5,0,0,14,0,8644,0,0,0,0,'',NULL),(15,21026,1,0,0,14,0,13067,0,0,0,0,'',NULL),(15,21026,2,0,0,14,0,13025,0,0,0,0,'',NULL),(15,21026,3,0,0,14,0,13030,0,0,0,0,'',NULL),(15,21027,1,0,0,14,0,13035,0,0,0,0,'',NULL),(15,21027,2,0,0,14,0,13027,0,0,0,0,'',NULL),(15,21027,3,0,0,14,0,13022,0,0,0,0,'',NULL),(15,21027,4,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21028,1,0,0,14,0,13017,0,0,0,0,'',NULL),(15,21028,2,0,0,14,0,13067,0,0,0,0,'',NULL),(15,21028,3,0,0,14,0,13031,0,0,0,0,'',NULL),(15,21028,4,0,0,14,0,13013,0,0,0,0,'',NULL),(15,21028,5,0,0,14,0,13023,0,0,0,0,'',NULL),(15,21029,1,0,0,14,0,8652,0,0,0,0,'',NULL),(15,21029,2,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21029,3,0,0,14,0,8650,0,0,0,0,'',NULL),(15,21029,4,0,0,14,0,8688,0,0,0,0,'',NULL),(15,21030,1,0,0,14,0,8679,0,0,0,0,'',NULL),(15,21030,2,0,0,14,0,8724,0,0,0,0,'',NULL),(15,21030,3,0,0,14,0,8635,0,0,0,0,'',NULL),(15,21031,1,0,0,14,0,8648,0,0,0,0,'',NULL),(15,21031,2,0,0,14,0,8652,0,0,0,0,'',NULL),(15,21031,3,0,0,14,0,8643,0,0,0,0,'',NULL),(15,21031,4,0,0,14,0,8722,0,0,0,0,'',NULL),(15,21031,5,0,0,14,0,8645,0,0,0,0,'',NULL),(15,21031,6,0,0,14,0,8650,0,0,0,0,'',NULL),(15,21031,7,0,0,14,0,8688,0,0,0,0,'',NULL),(15,21032,1,0,0,14,0,8673,0,0,0,0,'',NULL),(15,21032,2,0,0,14,0,8686,0,0,0,0,'',NULL),(15,21032,3,0,0,14,0,8724,0,0,0,0,'',NULL),(15,21032,4,0,0,14,0,8670,0,0,0,0,'',NULL),(15,21032,5,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21033,1,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21034,1,0,0,14,0,8679,0,0,0,0,'',NULL),(15,21034,2,0,0,14,0,8686,0,0,0,0,'',NULL),(15,21034,3,0,0,14,0,8685,0,0,0,0,'',NULL),(15,21034,4,0,0,14,0,8717,0,0,0,0,'',NULL),(15,21034,5,0,0,14,0,8682,0,0,0,0,'',NULL),(15,21034,6,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21035,1,0,0,14,0,13022,0,0,0,0,'',NULL),(15,21035,2,0,0,14,0,13019,0,0,0,0,'',NULL),(15,21035,3,0,0,14,0,13031,0,0,0,0,'',NULL),(15,21035,4,0,0,14,0,13029,0,0,0,0,'',NULL),(15,21035,5,0,0,14,0,13030,0,0,0,0,'',NULL),(15,21036,1,0,0,14,0,13035,0,0,0,0,'',NULL),(15,21036,2,0,0,14,0,13020,0,0,0,0,'',NULL),(15,21036,3,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21036,4,0,0,14,0,13023,0,0,0,0,'',NULL),(15,21036,5,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21036,6,0,0,14,0,13066,0,0,0,0,'',NULL),(15,21037,1,0,0,14,0,8726,0,0,0,0,'',NULL),(15,21037,2,0,0,14,0,8725,0,0,0,0,'',NULL),(15,21037,3,0,0,14,0,8720,0,0,0,0,'',NULL),(15,21037,4,0,0,14,0,8721,0,0,0,0,'',NULL),(15,21037,5,0,0,14,0,8672,0,0,0,0,'',NULL),(15,21038,1,0,0,14,0,13021,0,0,0,0,'',NULL),(15,21038,2,0,0,14,0,13033,0,0,0,0,'',NULL),(15,21038,3,0,0,14,0,13012,0,0,0,0,'',NULL),(15,21039,1,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21039,2,0,0,14,0,13020,0,0,0,0,'',NULL),(15,21039,3,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21039,4,0,0,14,0,13066,0,0,0,0,'',NULL),(15,21040,1,0,0,14,0,8652,0,0,0,0,'',NULL),(15,21040,2,0,0,14,0,8643,0,0,0,0,'',NULL),(15,21040,3,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21041,1,0,0,14,0,13020,0,0,0,0,'',NULL),(15,21041,2,0,0,14,0,13032,0,0,0,0,'',NULL),(15,21041,3,0,0,14,0,13066,0,0,0,0,'',NULL),(15,21042,1,0,0,14,0,13033,0,0,0,0,'',NULL),(15,21042,2,0,0,14,0,13012,0,0,0,0,'',NULL),(15,21042,3,0,0,14,0,13026,0,0,0,0,'',NULL),(15,21043,1,0,0,14,0,8719,0,0,0,0,'',NULL),(15,21043,2,0,0,14,0,8681,0,0,0,0,'',NULL),(15,10616,0,0,0,9,0,14108,0,0,0,0,'',NULL),(15,21044,1,0,0,14,0,8684,0,0,0,0,'',NULL),(15,21044,2,0,0,14,0,8682,0,0,0,0,'',NULL),(15,21044,3,0,0,14,0,8681,0,0,0,0,'',NULL),(15,21044,4,0,0,14,0,8676,0,0,0,0,'',NULL),(15,21045,1,0,0,14,0,8723,0,0,0,0,'',NULL),(15,21045,2,0,0,14,0,8720,0,0,0,0,'',NULL),(15,21045,3,0,0,14,0,8721,0,0,0,0,'',NULL),(15,21045,4,0,0,14,0,8672,0,0,0,0,'',NULL),(15,21046,1,0,0,14,0,8683,0,0,0,0,'',NULL),(15,21046,2,0,0,14,0,8646,0,0,0,0,'',NULL),(15,21046,3,0,0,14,0,8649,0,0,0,0,'',NULL),(15,21046,4,0,0,14,0,8674,0,0,0,0,'',NULL),(15,21047,1,0,0,14,0,8677,0,0,0,0,'',NULL),(15,21047,2,0,0,14,0,8686,0,0,0,0,'',NULL),(15,21047,3,0,0,14,0,8717,0,0,0,0,'',NULL),(15,21047,4,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21048,1,0,0,14,0,13024,0,0,0,0,'',NULL),(15,21048,2,0,0,14,0,13026,0,0,0,0,'',NULL),(15,21048,3,0,0,14,0,13033,0,0,0,0,'',NULL),(15,9182,0,0,0,9,0,11708,0,0,0,0,'',NULL),(15,21049,1,0,0,14,0,13033,0,0,0,0,'',NULL),(15,21049,2,0,0,14,0,13029,0,0,0,0,'',NULL),(15,21049,3,0,0,14,0,13021,0,0,0,0,'',NULL),(15,21049,4,0,0,14,0,13016,0,0,0,0,'',NULL),(15,21050,1,0,0,14,0,8653,0,0,0,0,'',NULL),(15,21050,2,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21051,1,0,0,14,0,8713,0,0,0,0,'',NULL),(15,21051,2,0,0,14,0,8649,0,0,0,0,'',NULL),(15,21051,3,0,0,14,0,8674,0,0,0,0,'',NULL),(15,21052,1,0,0,14,0,8715,0,0,0,0,'',NULL),(15,21052,2,0,0,14,0,8718,0,0,0,0,'',NULL),(15,21052,3,0,0,14,0,8723,0,0,0,0,'',NULL),(15,21052,4,0,0,14,0,8725,0,0,0,0,'',NULL),(15,9181,0,0,0,9,0,11708,0,0,0,0,'',NULL),(15,21053,1,0,0,14,0,8684,0,0,0,0,'',NULL),(15,21053,2,0,0,14,0,8724,0,0,0,0,'',NULL),(15,21053,3,0,0,14,0,8671,0,0,0,0,'',NULL),(15,21053,4,0,0,14,0,8676,0,0,0,0,'',NULL),(15,21054,1,0,0,14,0,13014,0,0,0,0,'',NULL),(15,21054,2,0,0,14,0,13019,0,0,0,0,'',NULL),(15,21054,3,0,0,14,0,13022,0,0,0,0,'',NULL),(15,21054,4,0,0,14,0,13030,0,0,0,0,'',NULL),(15,21055,1,0,0,14,0,8652,0,0,0,0,'',NULL),(15,21055,2,0,0,14,0,8727,0,0,0,0,'',NULL),(15,21055,3,0,0,14,0,8722,0,0,0,0,'',NULL),(15,21055,4,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21055,5,0,0,14,0,8688,0,0,0,0,'',NULL),(15,21056,1,0,0,14,0,8679,0,0,0,0,'',NULL),(15,21056,2,0,0,14,0,8685,0,0,0,0,'',NULL),(15,21057,1,0,0,14,0,8713,0,0,0,0,'',NULL),(15,21057,2,0,0,14,0,8674,0,0,0,0,'',NULL),(15,21058,1,0,0,14,0,8647,0,0,0,0,'',NULL),(15,21058,2,0,0,14,0,8716,0,0,0,0,'',NULL),(15,21058,3,0,0,14,0,8675,0,0,0,0,'',NULL),(15,21058,4,0,0,14,0,8649,0,0,0,0,'',NULL),(15,21058,5,0,0,14,0,8674,0,0,0,0,'',NULL),(15,21059,1,0,0,14,0,8718,0,0,0,0,'',NULL),(15,21059,2,0,0,14,0,8723,0,0,0,0,'',NULL),(15,21059,3,0,0,14,0,8725,0,0,0,0,'',NULL),(15,21060,1,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21060,2,0,0,14,0,13066,0,0,0,0,'',NULL),(15,21060,3,0,0,14,0,13032,0,0,0,0,'',NULL),(15,21060,4,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21060,5,0,0,14,0,13027,0,0,0,0,'',NULL),(15,21060,6,0,0,14,0,13035,0,0,0,0,'',NULL),(15,21061,1,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21062,1,0,0,14,0,8726,0,0,0,0,'',NULL),(15,21062,2,0,0,14,0,8723,0,0,0,0,'',NULL),(15,21062,3,0,0,14,0,8725,0,0,0,0,'',NULL),(15,21063,1,0,0,14,0,8646,0,0,0,0,'',NULL),(15,21063,2,0,0,14,0,8636,0,0,0,0,'',NULL),(15,21063,3,0,0,14,0,8675,0,0,0,0,'',NULL),(15,21063,4,0,0,14,0,8713,0,0,0,0,'',NULL),(15,21064,1,0,0,14,0,13025,0,0,0,0,'',NULL),(15,21064,2,0,0,14,0,13035,0,0,0,0,'',NULL),(15,21064,3,0,0,14,0,13031,0,0,0,0,'',NULL),(15,21064,4,0,0,14,0,13013,0,0,0,0,'',NULL),(15,21064,5,0,0,14,0,13023,0,0,0,0,'',NULL),(15,21064,6,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21064,7,0,0,14,0,13032,0,0,0,0,'',NULL),(15,21065,1,0,0,14,0,13022,0,0,0,0,'',NULL),(15,21065,2,0,0,14,0,13014,0,0,0,0,'',NULL),(15,21065,3,0,0,14,0,13031,0,0,0,0,'',NULL),(15,21065,4,0,0,14,0,13030,0,0,0,0,'',NULL),(15,21066,1,0,0,14,0,8719,0,0,0,0,'',NULL),(15,21066,2,0,0,14,0,8684,0,0,0,0,'',NULL),(15,21066,3,0,0,14,0,8654,0,0,0,0,'',NULL),(15,21066,4,0,0,14,0,8671,0,0,0,0,'',NULL),(15,21066,5,0,0,14,0,8676,0,0,0,0,'',NULL),(15,21067,1,0,0,14,0,13018,0,0,0,0,'',NULL),(15,21067,2,0,0,14,0,13026,0,0,0,0,'',NULL),(15,21067,3,0,0,14,0,13033,0,0,0,0,'',NULL),(15,21067,4,0,0,14,0,13029,0,0,0,0,'',NULL),(15,21068,1,0,0,14,0,8673,0,0,0,0,'',NULL),(15,21068,2,0,0,14,0,8648,0,0,0,0,'',NULL),(15,21068,3,0,0,14,0,8677,0,0,0,0,'',NULL),(15,21068,4,0,0,14,0,8651,0,0,0,0,'',NULL),(15,21068,5,0,0,14,0,8680,0,0,0,0,'',NULL),(15,21069,1,0,0,14,0,13017,0,0,0,0,'',NULL),(15,21069,2,0,0,14,0,13067,0,0,0,0,'',NULL),(15,21069,3,0,0,14,0,13025,0,0,0,0,'',NULL),(15,21069,4,0,0,14,0,13013,0,0,0,0,'',NULL),(15,21069,5,0,0,14,0,13023,0,0,0,0,'',NULL),(15,21070,1,0,0,14,0,8684,0,0,0,0,'',NULL),(15,21070,2,0,0,14,0,8671,0,0,0,0,'',NULL),(15,21070,3,0,0,14,0,8682,0,0,0,0,'',NULL),(15,21070,4,0,0,14,0,8681,0,0,0,0,'',NULL),(15,21071,1,0,0,14,0,8727,0,0,0,0,'',NULL),(15,21071,2,0,0,14,0,8722,0,0,0,0,'',NULL),(15,21071,3,0,0,14,0,8714,0,0,0,0,'',NULL),(15,21071,4,0,0,14,0,8650,0,0,0,0,'',NULL),(15,21072,1,0,0,14,0,8673,0,0,0,0,'',NULL),(15,21072,2,0,0,14,0,8677,0,0,0,0,'',NULL),(15,21072,3,0,0,14,0,8686,0,0,0,0,'',NULL),(15,21072,4,0,0,14,0,8717,0,0,0,0,'',NULL),(15,21072,5,0,0,14,0,8724,0,0,0,0,'',NULL),(15,21072,6,0,0,14,0,8678,0,0,0,0,'',NULL),(15,21072,7,0,0,14,0,8670,0,0,0,0,'',NULL),(15,21073,1,0,0,14,0,8636,0,0,0,0,'',NULL),(15,21073,2,0,0,14,0,8675,0,0,0,0,'',NULL),(15,21073,3,0,0,14,0,8716,0,0,0,0,'',NULL),(15,21073,4,0,0,14,0,8713,0,0,0,0,'',NULL),(15,21074,1,0,0,14,0,13028,0,0,0,0,'',NULL),(15,21074,2,0,0,14,0,13020,0,0,0,0,'',NULL),(15,21074,3,0,0,14,0,13022,0,0,0,0,'',NULL),(15,21074,4,0,0,14,0,13032,0,0,0,0,'',NULL),(15,21194,0,0,0,15,0,8,0,0,0,0,'',NULL),(15,9171,1,0,0,8,0,11708,0,0,0,0,'',NULL),(15,9171,0,0,0,9,0,11708,0,0,0,0,'',NULL),(15,10024,0,0,0,9,0,12521,0,0,0,0,'',NULL),(18,0,3912,0,0,24,0,1,2530,0,0,0,'',NULL),(18,0,4479,0,0,24,0,1,2762,0,0,0,'',NULL),(18,0,4480,0,0,24,0,1,2761,0,0,0,'',NULL),(18,0,4481,0,0,24,0,1,2760,0,0,0,'',NULL),(18,0,8149,0,0,24,0,2,7318,0,0,0,'',NULL),(18,0,9328,0,0,24,0,1,7977,0,0,0,'',NULL),(18,0,9606,0,0,24,0,2,7584,0,0,0,'',NULL),(18,0,9618,0,0,24,0,2,5268,0,0,0,'',NULL),(18,0,9618,0,0,24,0,2,5286,0,0,0,'',NULL),(18,0,9619,0,0,24,0,2,5300,0,0,0,'',NULL),(18,0,9619,0,0,24,0,2,5304,0,0,0,'',NULL),(18,0,9619,0,0,24,0,2,5305,0,0,0,'',NULL),(18,0,9619,0,0,24,0,2,5306,0,0,0,'',NULL),(18,0,9620,0,0,24,0,2,5276,0,0,0,'',NULL),(18,0,9620,0,0,24,0,2,5278,0,0,0,'',NULL),(18,0,9621,0,0,24,0,2,5357,0,0,0,'',NULL),(18,0,9621,0,0,24,0,2,5358,0,0,0,'',NULL),(18,0,9621,0,0,24,0,2,14604,0,0,0,'',NULL),(18,0,9621,0,0,24,0,2,14640,0,0,0,'',NULL),(18,0,11170,0,0,24,0,1,9376,0,0,0,'',NULL),(18,0,11522,0,0,24,0,1,9376,0,0,0,'',NULL),(18,0,12647,0,0,24,0,1,4678,0,0,0,'',NULL),(18,0,12647,0,0,24,0,1,4681,0,0,0,'',NULL),(18,0,12647,0,0,24,0,1,4685,0,0,0,'',NULL),(18,0,15826,0,0,24,0,1,12296,0,0,0,'',NULL),(18,0,15826,0,0,24,0,1,12298,0,0,0,'',NULL),(18,0,15908,0,0,24,0,1,1196,0,0,0,'',NULL),(18,0,15911,0,0,24,0,1,1126,0,0,0,'',NULL),(18,0,15913,0,0,24,0,1,1201,0,0,0,'',NULL),(18,0,15914,0,0,24,0,1,2956,0,0,0,'',NULL),(18,0,15915,0,0,24,0,1,2959,0,0,0,'',NULL),(18,0,15916,0,0,24,0,1,2970,0,0,0,'',NULL),(18,0,15917,0,0,24,0,1,3099,0,0,0,'',NULL),(18,0,15919,0,0,24,0,1,3107,0,0,0,'',NULL),(18,0,15920,0,0,24,0,1,3126,0,0,0,'',NULL),(18,0,15921,0,0,24,0,1,1998,0,0,0,'',NULL),(18,0,15922,0,0,24,0,1,2043,0,0,0,'',NULL),(18,0,15923,0,0,24,0,1,1996,0,0,0,'',NULL),(18,0,22432,0,0,24,0,1,6498,0,0,0,'',NULL),(18,0,22432,0,0,24,0,1,6499,0,0,0,'',NULL),(18,0,22432,0,0,24,0,1,6500,0,0,0,'',NULL),(18,0,22473,0,0,24,0,1,15941,0,0,0,'',NULL),(18,0,22473,0,0,24,0,1,15945,0,0,0,'',NULL),(18,0,22962,0,0,24,0,1,16518,0,0,0,'',NULL),(18,0,23337,0,0,24,0,1,16880,0,0,0,'',NULL),(18,0,23394,0,0,24,0,1,16847,0,0,0,'',NULL),(18,0,23697,0,0,24,0,1,15650,0,0,0,'',NULL),(18,0,23702,0,0,24,0,1,15652,0,0,0,'',NULL),(18,0,23703,0,0,24,0,1,16353,0,0,0,'',NULL),(18,0,23896,0,0,24,0,1,17217,0,0,0,'',NULL),(18,0,23897,0,0,24,0,1,17374,0,0,0,'',NULL),(18,0,23898,0,0,24,0,1,17203,0,0,0,'',NULL),(18,0,28369,0,0,24,0,1,18879,0,0,0,'',NULL),(18,0,30175,0,0,24,0,1,20748,0,0,0,'',NULL),(18,0,30259,0,0,24,0,1,20132,0,0,0,'',NULL),(18,0,30656,0,0,24,0,1,21729,0,0,0,'',NULL),(18,0,31129,0,0,24,0,1,21387,0,0,0,'',NULL),(18,0,31463,0,0,24,0,1,19440,0,0,0,'',NULL),(18,0,31828,0,0,24,0,1,22431,0,0,0,'',NULL),(18,0,32321,0,0,24,0,1,22979,0,0,0,'','Item Sparrowhawk Net can only be used if target is Wild Sparrowhawk'),(18,0,32825,0,0,24,0,1,22357,0,0,0,'',NULL),(18,0,33088,0,0,24,0,2,4328,0,0,0,'',NULL),(18,0,33088,0,0,24,0,2,4329,0,0,0,'',NULL),(18,0,33088,0,0,24,0,2,4331,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23661,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23662,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23663,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23664,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23665,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23666,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23667,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23668,0,0,0,'',NULL),(18,0,33310,0,0,24,0,2,23669,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23661,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23662,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23663,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23664,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23665,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23666,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23667,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23668,0,0,0,'',NULL),(18,0,33342,0,0,24,0,2,23669,0,0,0,'',NULL),(18,0,33418,0,0,24,0,1,23777,0,0,0,'',NULL),(18,0,33563,0,0,24,0,2,24016,0,0,0,'',NULL),(18,0,33563,0,0,24,0,2,24161,0,0,0,'',NULL),(18,0,33563,0,0,24,0,2,24162,0,0,0,'',NULL),(18,0,33607,0,0,24,0,2,23876,0,0,0,'',NULL),(18,0,34127,0,0,24,0,1,24786,0,0,0,'',NULL),(18,0,34127,0,0,24,0,1,24804,0,0,0,'',NULL),(18,0,34255,0,0,24,0,1,24922,0,0,0,'',NULL),(18,0,34368,0,0,24,0,2,24972,0,0,0,'',NULL),(18,0,34711,0,0,24,0,1,25321,0,0,0,'',NULL),(18,0,34711,0,0,24,0,1,25322,0,0,0,'',NULL),(18,0,34973,0,0,24,0,2,25814,0,0,0,'',NULL),(18,0,34979,0,0,24,0,1,24469,0,0,0,'',NULL),(18,0,34979,0,0,24,0,1,25789,0,0,0,'',NULL),(18,0,35116,0,0,24,0,2,25752,0,0,0,'',NULL),(18,0,35116,0,0,24,0,2,25753,0,0,0,'',NULL),(18,0,35116,0,0,24,0,2,25758,0,0,0,'',NULL),(18,0,35116,0,0,24,0,2,25792,0,0,0,'',NULL),(18,0,35116,0,0,24,0,2,25793,0,0,0,'',NULL),(18,0,35121,0,0,24,0,1,25791,0,0,0,'',NULL),(18,0,35401,0,0,24,0,2,26814,0,0,0,'',NULL),(18,0,35401,0,0,24,0,2,26817,0,0,0,'',NULL),(18,0,35943,0,0,24,0,2,25623,0,0,0,'',NULL),(18,0,36764,0,0,24,0,1,26261,0,0,0,'',NULL),(18,0,36786,0,0,24,0,1,26321,0,0,0,'',NULL),(13,0,21014,0,0,18,0,0,186949,0,0,0,'',NULL),(13,0,38729,0,0,18,0,0,185191,0,0,0,'',NULL),(18,0,36835,0,0,24,0,1,26926,0,0,0,'','Item target condition: Use Unholy Gem on Duke Vallenhal'),(18,0,36956,0,0,24,0,2,26643,0,0,0,'','Item Elune Liquid Fire target Rabid Grizzly (dead)'),(18,0,37045,0,0,24,0,2,26408,0,0,0,'',NULL),(18,0,37125,0,0,24,0,2,26408,0,0,0,'',NULL),(18,0,37307,0,0,24,0,2,26633,0,0,0,'',NULL),(18,0,37314,0,0,24,0,1,27209,0,0,0,'',NULL),(18,0,37381,0,0,24,0,1,27202,0,0,0,'',NULL),(18,0,37887,0,0,24,0,1,26841,0,0,0,'',NULL),(18,0,37887,0,0,24,0,1,27122,0,0,0,'',NULL),(18,0,37887,0,0,24,0,1,27808,0,0,0,'',NULL),(18,0,38332,0,0,24,0,1,28068,0,0,0,'',NULL),(18,0,38573,0,0,24,0,1,28054,0,0,0,'',NULL),(18,0,38676,0,0,24,0,2,28404,0,0,0,'',NULL),(18,0,39157,0,0,24,0,1,28750,0,0,0,'',NULL),(18,0,39577,0,0,24,0,2,28086,0,0,0,'',NULL),(18,0,39577,0,0,24,0,2,28096,0,0,0,'',NULL),(18,0,39577,0,0,24,0,2,28109,0,0,0,'',NULL),(18,0,39577,0,0,24,0,2,28110,0,0,0,'',NULL),(18,0,39615,0,0,24,0,1,28028,0,0,0,'',NULL),(18,0,39615,0,0,24,0,1,28029,0,0,0,'',NULL),(18,0,39664,0,0,24,0,1,28931,0,0,0,'',NULL),(18,0,40551,0,0,24,0,2,29392,0,0,0,'',NULL),(18,0,40587,0,0,24,0,2,29329,0,0,0,'',NULL),(18,0,40587,0,0,24,0,2,29330,0,0,0,'',NULL),(18,0,40587,0,0,24,0,2,29333,0,0,0,'',NULL),(18,0,40587,0,0,24,0,2,29338,0,0,0,'',NULL),(18,0,41265,0,0,24,0,1,29747,0,0,0,'',NULL),(18,0,41505,0,0,24,0,1,29375,0,0,0,'',NULL),(18,0,41988,0,0,24,0,1,30035,0,0,0,'',NULL),(18,0,44212,0,0,24,0,1,32189,0,0,0,'',NULL),(18,0,44222,0,0,24,0,1,32201,0,0,0,'',NULL),(18,0,44246,0,0,24,0,1,32236,0,0,0,'',NULL),(18,0,46954,0,0,24,0,1,34925,0,0,0,'',NULL),(18,0,46954,0,0,24,0,1,35092,0,0,0,'',NULL),(13,0,61588,0,0,18,0,1,23821,0,0,0,'',NULL),(10,34204,47775,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,47800,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,47802,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48067,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48069,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48097,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48099,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48153,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48155,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48183,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48185,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48190,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48192,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48244,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48246,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48276,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48278,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48296,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48298,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48337,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48339,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48367,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48369,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48387,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48389,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48457,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48459,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48502,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48504,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48559,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48561,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48596,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48598,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48628,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48630,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48653,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,48655,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48094,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48064,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48096,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48066,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48271,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48273,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48362,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48303,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48332,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48301,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48364,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48334,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,47770,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,47772,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48180,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48195,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48150,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48152,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48193,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48182,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48623,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48660,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48658,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48591,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48593,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48625,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48497,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48554,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48556,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48499,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48394,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48464,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48462,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48392,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,47805,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,47803,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48239,0,0,6,0,67,0,0,0,0,'',NULL),(10,34205,48241,0,0,6,0,67,0,0,0,0,'',NULL),(10,34203,44083,0,0,6,0,67,0,0,0,0,'',NULL),(10,34204,47750,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,47752,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,47783,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,47785,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,47980,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,47982,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48072,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48074,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48130,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48132,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48160,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48162,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48213,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48215,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48220,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48222,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48252,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48254,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48282,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48284,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48312,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48314,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48342,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48344,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48373,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48375,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48445,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48449,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48476,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48480,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48533,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48537,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48568,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48574,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48603,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48605,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48633,0,0,6,0,469,0,0,0,0,'',NULL),(10,34204,48635,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48379,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48446,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48452,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48377,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48258,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48256,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48079,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48077,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,47983,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48226,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48224,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48610,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48638,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48640,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48578,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48576,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48608,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48484,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48541,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48539,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48482,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48349,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48288,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48319,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48286,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48347,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48317,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48165,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48210,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48135,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48133,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48212,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,48163,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,47755,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,47753,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,47780,0,0,6,0,469,0,0,0,0,'',NULL),(10,34205,47782,0,0,6,0,469,0,0,0,0,'',NULL),(10,34203,43959,0,0,6,0,469,0,0,0,0,'',NULL),(18,0,47033,0,0,24,0,1,32149,0,0,0,'',''),(10,26041,33470,0,0,1,0,59390,0,0,0,0,'',NULL),(13,0,33744,0,0,18,0,1,19291,0,0,0,'',NULL),(13,0,33744,0,0,18,0,1,19292,0,0,0,'',NULL),(13,0,38173,0,0,18,0,1,22384,0,0,0,'',NULL),(13,0,38173,0,0,18,0,1,22160,0,0,0,'',NULL),(13,0,40160,0,0,18,0,1,23118,0,0,0,'',NULL),(13,0,40978,0,0,18,0,1,23959,0,0,0,'',NULL),(13,0,43403,0,0,18,0,1,24290,0,0,0,'',NULL),(13,0,43404,0,0,18,0,1,24290,0,0,0,'',NULL),(13,0,43986,0,0,18,0,1,24538,0,0,0,'',NULL),(13,0,43986,0,0,18,0,1,24646,0,0,0,'',NULL),(13,0,43986,0,0,18,0,1,24647,0,0,0,'',NULL),(13,0,43990,0,0,18,0,1,24538,0,0,0,'',NULL),(13,0,43990,0,0,18,0,1,24646,0,0,0,'',NULL),(13,0,43990,0,0,18,0,1,24647,0,0,0,'',NULL),(13,0,44213,0,0,18,0,1,24538,0,0,0,'',NULL),(13,0,44213,0,0,18,0,1,24646,0,0,0,'',NULL),(13,0,44213,0,0,18,0,1,24647,0,0,0,'',NULL),(13,0,44214,0,0,18,0,1,24538,0,0,0,'',NULL),(13,0,44214,0,0,18,0,1,24646,0,0,0,'',NULL),(13,0,44214,0,0,18,0,1,24647,0,0,0,'',NULL),(13,0,50546,0,0,18,0,1,24021,0,0,0,'',NULL),(13,0,50547,0,0,18,0,1,24021,0,0,0,'',NULL),(13,0,50548,0,0,18,0,1,24021,0,0,0,'',NULL),(13,0,65200,0,0,18,0,1,34320,0,0,0,'',NULL),(13,0,65258,0,0,18,0,1,34320,0,0,0,'',NULL),(13,0,65265,0,0,18,0,1,34320,0,0,0,'',NULL),(13,0,59125,0,0,18,0,1,31517,0,0,0,'',NULL),(13,0,60430,0,0,18,0,1,30643,0,0,0,'',NULL),(13,0,60430,0,0,18,0,1,31317,0,0,0,'',NULL),(18,0,39206,0,0,24,0,1,28802,0,0,0,'',NULL),(18,0,39238,0,0,24,0,1,28843,0,0,0,'',NULL),(18,0,46885,0,0,24,0,1,29618,0,0,0,'','Throw your net at a Snowblind Follower'),(10,10016,48679,0,0,7,0,185,300,0,0,0,'',NULL),(10,34205,47985,0,0,6,0,469,0,0,0,0,'',NULL),(18,0,44576,0,0,24,0,1,30164,0,0,0,'','Bright Flare'),(15,21249,0,0,0,1,0,50001,0,0,0,0,'','Bload Oath aura for creature 26423 Gossip'),(13,0,42703,0,0,18,0,0,186403,0,0,0,'','Steelring\'s Foolproof Dynamite - limit GO targets to Whisper Gulch Ore'),(13,0,42703,0,0,18,0,0,186470,0,0,0,'','Steelring\'s Foolproof Dynamite - limit GO targets to Whisper Gulch Ore'),(13,0,39844,0,0,18,0,0,185549,0,0,0,'','Skyguard Blasting Charge - limit GO targets to Monstrous Kaliri Egg'),(13,0,70572,0,0,18,0,1,37920,0,0,0,'','Deathbringer Saurfang - Grip of Agony'),(13,0,70572,0,0,18,0,1,37200,0,0,0,'','Deathbringer Saurfang - Grip of Agony'),(13,0,70572,0,0,18,0,1,37187,0,0,0,'','Deathbringer Saurfang - Grip of Agony'),(13,0,70572,0,0,18,0,1,37830,0,0,0,'','Deathbringer Saurfang - Grip of Agony'),(13,0,72202,0,0,18,0,1,37813,0,0,0,'','Deathbringer Saurfang - Blood Link'),(13,0,67888,0,0,18,0,1,35458,0,0,0,'','Target for Jaraxxus Lightning killing Fizzlebang'),(13,0,66332,0,0,18,0,1,34862,0,0,0,'','Target for Anub\'arak summon Nerubian Burrowers'),(13,0,67755,0,0,18,0,1,34862,0,0,0,'','Target for Anub\'arak summon Nerubian Burrowers'),(13,0,67756,0,0,18,0,1,34862,0,0,0,'','Target for Anub\'arak summon Nerubian Burrowers'),(13,0,67757,0,0,18,0,1,34862,0,0,0,'','Target for Anub\'arak summon Nerubian Burrowers'),(13,0,66129,0,0,18,0,1,34607,0,0,0,'','Target for Nerubian Burrower\'s Spider Frenzy'),(13,0,66170,0,0,18,0,1,34660,0,0,0,'','Target for Anub\'arak to teleport to Spike'),(13,0,66181,0,0,18,0,1,34606,0,0,0,'','Target for Anub\'arak Impale Fail'),(13,0,72260,0,0,18,0,1,37920,0,0,0,'','Deathbringer Saurfang - Mark of the Fallen Champion heal'),(13,0,50382,0,0,18,0,1,28008,0,0,0,'0','Awaken Ancients - Galakrond Spell Dummy'),(13,0,36804,0,0,18,0,1,21404,0,0,0,'0','Electrical Shock - Legion Hold Fel Reaver'),(13,0,69125,0,0,18,0,1,37013,0,0,0,'','Festergut - Gaseous Blight Initial cast'),(13,0,69164,0,0,18,0,1,36659,0,0,0,'','Festergut - Gaseous Blight'),(13,0,69162,0,0,18,0,1,36659,0,0,0,'','Festergut - Gaseous Blight'),(13,0,69157,0,0,18,0,1,36659,0,0,0,'','Festergut - Gaseous Blight'),(13,0,50383,0,0,18,0,1,28008,0,0,0,'0','Awaken Ancients - Galakrond Spell Dummy'),(18,0,38467,0,0,24,0,1,28127,0,0,0,'','Softknuckle Poker target'),(1,33955,45897,0,0,1,0,64184,0,0,0,0,'','Yogg-Saron drops Reforged Hammer of Ancient Kings'),(18,0,42480,0,0,24,0,2,30037,0,0,0,'',NULL),(18,0,42480,0,0,24,0,2,30632,0,0,0,'',NULL),(18,0,42480,0,0,24,0,2,29880,0,0,0,'',NULL),(18,0,42480,0,0,24,0,2,30243,0,0,0,'',NULL),(13,0,69508,0,0,18,0,1,37986,0,0,0,'','Rotface - Slime Spray'),(13,0,69783,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69797,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69799,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69802,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69782,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69796,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69798,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69801,0,0,18,0,1,37013,0,0,0,'','Rotface - Ooze Flood'),(13,0,69540,0,0,18,0,1,36897,0,0,0,'','Rotface - Summon Big Ooze'),(13,0,69538,0,0,18,0,1,36897,0,0,0,'','Rotface - Small Ooze Combine'),(13,0,69553,0,0,18,0,1,36899,0,0,0,'','Rotface - Large Ooze Combine'),(13,0,69610,0,0,18,0,1,36897,0,0,0,'','Rotface - Large Ooze Buff Combine'),(13,0,70079,0,0,18,0,1,36678,0,0,0,'','Rotface - Ooze Flood'),(13,0,72401,0,0,18,0,1,37672,0,0,0,'','Putricide - Mutated Abomination'),(13,0,72401,0,0,18,0,1,38285,0,0,0,'','Putricide - Mutated Abomination'),(13,0,71617,0,0,18,0,1,38317,0,0,0,'','Putricide - Tear Gas'),(13,0,71412,0,0,18,0,1,37824,0,0,0,'','Putricide - Unstable Experiment'),(13,0,71415,0,0,18,0,1,37824,0,0,0,'','Putricide - Unstable Experiment'),(13,0,71621,0,0,18,0,1,38309,1,0,0,'','Putricide - Green Bottle'),(13,0,72850,0,0,18,0,1,38309,1,0,0,'','Putricide - Green Bottle'),(13,0,72851,0,0,18,0,1,38309,1,0,0,'','Putricide - Green Bottle'),(13,0,72852,0,0,18,0,1,38309,1,0,0,'','Putricide - Green Bottle'),(13,0,71621,0,0,18,0,1,38308,2,0,0,'','Putricide - Orange Bottle'),(13,0,72850,0,0,18,0,1,38308,2,0,0,'','Putricide - Orange Bottle'),(13,0,72851,0,0,18,0,1,38308,2,0,0,'','Putricide - Orange Bottle'),(13,0,72852,0,0,18,0,1,38308,2,0,0,'','Putricide - Orange Bottle'),(13,0,71704,0,0,18,0,1,38309,1,0,0,'','Putricide - Green Bottle'),(13,0,71704,0,0,18,0,1,38308,2,0,0,'','Putricide - Orange Bottle'),(13,0,72745,0,0,18,0,1,36678,0,0,0,'','Putricide - Mutated Plague'),(13,0,72746,0,0,18,0,1,36678,0,0,0,'','Putricide - Mutated Plague'),(13,0,72747,0,0,18,0,1,36678,0,0,0,'','Putricide - Mutated Plague'),(13,0,72748,0,0,18,0,1,36678,0,0,0,'','Putricide - Mutated Plague'),(13,0,68861,0,0,18,0,1,36497,0,0,0,'','Bronjahm - Consume Soul'),(21,38285,71516,0,0,3,0,49888,0,0,0,0,'','Mutated Abomination - Unholy Infusion'),(13,0,70952,0,0,18,0,1,37970,0,0,0,'','Valanar - Invocation of Blood'),(13,0,70982,0,0,18,0,1,37973,0,0,0,'','Taldaram - Invocation of Blood'),(13,0,70981,0,0,18,0,1,37972,0,0,0,'','Keleseth - Invocation of Blood'),(13,0,70983,0,0,18,0,1,37970,0,0,0,'','Valanar - Invocation of Blood beam'),(13,0,70983,0,0,18,0,1,37973,0,0,0,'','Taldaram - Invocation of Blood beam'),(13,0,70983,0,0,18,0,1,37972,0,0,0,'','Keleseth - Invocation of Blood beam'),(13,0,71070,0,0,18,0,1,37970,0,0,0,'','Valanar - Invocation of Blood visual'),(13,0,71081,0,0,18,0,1,37973,0,0,0,'','Taldaram - Invocation of Blood visual'),(13,0,71080,0,0,18,0,1,37972,0,0,0,'','Keleseth - Invocation of Blood visual'),(14,5502,6553,0,0,8,0,1029,0,0,0,0,'','Gossip item requires quest rewarded'),(14,5502,6555,0,1,9,0,1029,0,0,0,0,'','Gossip item requires not completed'),(14,5502,6555,0,2,14,0,1029,0,0,0,0,'','Gossip item requires or not taken'),(13,0,44250,0,0,18,0,1,24707,0,0,0,'0','Breathing Tube - Buoy'),(13,0,50312,0,0,18,0,1,25333,0,0,0,'0','Unholy Fenzy - Undying Aggressor'),(13,0,50312,0,0,18,0,1,25332,0,0,0,'0','Unholy Fenzy - Stitched Warsong Horror'),(13,0,50312,0,0,18,0,1,25469,0,0,0,'0','Unholy Fenzy - Mindless Aberration'),(13,0,45609,0,0,18,0,1,25466,0,0,0,'0','Necropolis Beam - Necropolis Beam (Target)'),(17,0,41985,0,1,19,0,23507,0,0,0,63,'','Elekk Dispersion Ray can be used on Elwynn Pink Elekk'),(17,0,41985,0,2,19,0,23527,0,0,0,63,'','Elekk Dispersion Ray can be used on Teldrassil Pink Elekk'),(17,0,41985,0,3,19,0,23528,0,0,0,63,'','Elekk Dispersion Ray can be used on Azuremyst Pink Elekk'),(17,0,41985,0,4,19,0,23529,0,0,0,63,'','Elekk Dispersion Ray can be used on Mulgore Pink Elekk'),(17,0,41985,0,5,19,0,23530,0,0,0,63,'','Elekk Dispersion Ray can be used on Tirisfal Pink Elekk'),(17,0,41985,0,6,19,0,23531,0,0,0,63,'','Elekk Dispersion Ray can be used on Eversong Pink Elekk'),(17,0,41621,0,1,19,0,23487,0,0,0,63,'','Wolpertinger Net can be used on a Wolpertinger'),(15,8934,0,0,0,8,0,11122,0,0,0,0,'','Gossip item requires quest rewarded'),(20,0,13044,0,0,8,0,13008,0,0,0,0,'',NULL),(20,0,13044,0,0,8,0,13039,0,0,0,0,'',NULL),(20,0,13044,0,0,8,0,13040,0,0,0,0,'',NULL),(20,0,13086,0,0,8,0,13070,0,0,0,0,'',NULL),(20,0,13104,0,0,8,0,13086,0,0,0,0,'',NULL),(20,0,13105,0,1,15,0,32,0,0,0,0,'','Show quest 13105 if player is a Death Knight'),(20,0,13105,0,0,8,0,13086,0,0,0,0,'',NULL),(20,0,13104,0,1,15,0,1503,0,0,0,0,'','Show quest 13104 if player is not a Death Knight'),(20,0,13122,0,1,8,0,13104,0,0,0,0,'',NULL),(20,0,13122,0,1,8,0,13105,0,0,0,0,'',NULL),(20,0,13120,0,1,8,0,13104,0,0,0,0,'',NULL),(20,0,13120,0,1,8,0,13105,0,0,0,0,'',NULL),(20,0,13118,0,1,8,0,13122,0,0,0,0,'',NULL),(20,0,13125,0,0,8,0,13118,0,0,0,0,'',NULL),(20,0,13125,0,0,8,0,13110,0,0,0,0,'',NULL),(20,0,13130,0,0,8,0,13118,0,0,0,0,'',NULL),(20,0,13130,0,0,8,0,13110,0,0,0,0,'',NULL),(20,0,13135,0,0,8,0,13118,0,0,0,0,'',NULL),(20,0,13135,0,0,8,0,13110,0,0,0,0,'',NULL),(20,0,13139,0,0,8,0,13125,0,0,0,0,'',NULL),(20,0,13139,0,0,8,0,13130,0,0,0,0,'',NULL),(20,0,13139,0,0,8,0,13135,0,0,0,0,'',NULL),(20,0,13068,0,0,8,0,13139,0,0,0,0,'',NULL),(20,0,13224,0,0,8,0,13157,0,0,0,0,'',NULL),(20,0,13225,0,0,8,0,13157,0,0,0,0,'',NULL),(15,9991,0,0,0,28,0,13073,0,0,0,0,'',NULL),(15,10215,0,0,0,9,0,13074,0,0,0,0,'',NULL),(15,10215,1,0,0,28,0,13075,0,0,0,0,'',NULL),(13,0,8593,0,0,18,0,1,17542,0,0,0,'','Symbol of Life can be casted on Young Furbolg Shaman'),(13,0,8593,0,1,18,0,1,6172,0,0,0,'','Symbol of Life can be casted on Henze Faulk'),(13,0,8593,0,2,18,0,1,6177,0,0,0,'','Symbol of Life can be casted on Narm Faulk'),(18,0,33621,0,0,24,0,1,24199,0,0,63,'','Plague Spray - Plagued Dragonflayer Handler'),(16,0,25334,0,0,23,0,4027,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,25596,0,0,23,0,3537,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27258,0,0,23,0,4188,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27258,0,1,23,0,4177,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27661,0,0,23,0,4188,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27661,0,1,23,0,4177,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27292,0,0,23,0,4207,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27587,0,0,23,0,4188,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,32535,0,0,23,0,4120,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,32535,0,1,23,0,4641,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,29414,0,0,23,0,4417,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,29648,0,0,23,0,4417,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,30403,0,0,23,0,4525,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,24418,0,0,4,0,394,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,25743,0,0,4,0,3537,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27213,0,0,4,0,65,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27629,0,0,4,0,65,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,27996,0,0,4,0,65,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,29753,0,0,4,0,67,0,0,0,0,'','Dismount player when not in intended zone'),(14,9647,13065,0,0,1,0,50517,0,0,0,0,'','Pirates Day: DeMeza gossip'),(18,0,36827,0,0,24,0,1,26411,0,0,0,'','Item target condition: Use Blood Gem on Deranged Indu\'le Villager'),(18,0,36847,0,0,24,0,1,26283,0,0,0,'','Item target condition: Use Frost Gem on Ice Revenant'),(17,0,47324,0,0,23,0,4156,0,0,0,0,'',NULL),(17,0,47325,0,0,23,0,4157,0,0,0,0,'',NULL),(1,26708,46108,0,0,7,0,773,350,0,0,0,'','Rituals of the New Moon'),(1,26679,46108,0,0,7,0,773,350,0,0,0,'','Rituals of the New Moon'),(1,27676,46108,0,0,7,0,773,350,0,0,0,'','Rituals of the New Moon'),(1,27546,46108,0,0,7,0,773,350,0,0,0,'','Rituals of the New Moon'),(4,25331,40666,0,0,9,0,12838,0,0,0,0,'','Note from the Grand Admiral Drop only While on Intelligence Gathering'),(4,24742,38688,0,0,9,0,12644,0,0,0,0,'',NULL),(13,0,31225,0,0,18,0,1,17768,0,0,0,'','Target for Shimmering Vessel on Sangrias Stillblade'),(17,0,65728,0,0,27,0,58,3,0,0,65,'','Blasted Lands Portal level restriction for Alliance'),(17,0,65729,0,0,27,0,58,3,0,0,65,'','Blasted Lands Portal level restriction for Horde'),(14,8988,11956,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11957,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11958,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11959,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11961,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11962,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11963,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11964,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11965,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11966,0,0,12,0,12,0,0,0,0,'',NULL),(14,8988,11956,0,0,19,0,19169,0,0,0,0,'',NULL),(14,8988,11957,0,0,19,0,19171,0,0,0,0,'',NULL),(14,8988,11958,0,0,19,0,19148,0,0,0,0,'',NULL),(14,8988,11959,0,0,19,0,19172,0,0,0,0,'',NULL),(14,8988,11961,0,0,19,0,18927,0,0,0,0,'',NULL),(14,8988,11962,0,0,19,0,19173,0,0,0,0,'',NULL),(14,8988,11963,0,0,19,0,19175,0,0,0,0,'',NULL),(14,8988,11964,0,0,19,0,19176,0,0,0,0,'',NULL),(14,8988,11965,0,0,19,0,19177,0,0,0,0,'',NULL),(14,8988,11966,0,0,19,0,19178,0,0,0,0,'',NULL),(19,0,11360,0,0,23,0,87,0,0,0,0,'',NULL),(19,0,11440,0,0,23,0,3576,0,0,0,0,'',NULL),(19,0,11439,0,0,23,0,131,0,0,0,0,'',NULL),(19,0,11361,0,0,23,0,362,0,0,0,0,'',NULL),(19,0,11449,0,0,23,0,159,0,0,0,0,'',NULL),(19,0,11450,0,0,23,0,3665,0,0,0,0,'',NULL),(13,0,56683,0,0,18,0,1,30407,0,0,0,'',NULL),(13,0,48726,0,0,18,0,1,27235,0,0,0,'','The Denouncement: Zierhut target'),(13,0,48724,0,0,18,0,1,27237,0,0,0,'','The Denouncement: Jordan target'),(13,0,49075,0,0,18,0,1,27570,0,0,0,'','Smoke \'Em Out'),(13,0,71952,0,0,18,0,1,37955,0,0,0,'','Blood-Queen - Presence of the Darkfallen'),(13,0,70995,0,0,18,0,1,37955,0,0,0,'','Blood-Queen - Presence of the Darkfallen'),(13,0,72934,0,0,18,0,1,0,0,0,0,'','Blood-Queen - Blood Infusion Quest Credit'),(13,0,72928,0,0,18,0,1,0,0,0,0,'','Deathbringer Saurfang - achievement'),(13,0,64320,0,0,18,0,1,0,0,0,0,'','Rune of Power - Player targets'),(13,0,64320,0,0,18,0,1,32927,0,0,0,'','Rune of Power - Runemaster Molgeim'),(13,0,64320,0,0,18,0,1,32867,0,0,0,'','Rune of Power - Steelbreaker'),(13,0,64320,0,0,18,0,1,32857,0,0,0,'','Rune of Power - Steelbreaker'),(17,0,24105,0,0,16,0,1,0,0,0,0,'','Human Uther Tribute'),(17,0,24107,0,0,16,0,4,0,0,0,0,'','Dwarf Uther Tribute'),(17,0,24106,0,0,16,0,64,0,0,0,0,'','Gnome Uther Tribute'),(17,0,24108,0,0,16,0,8,0,0,0,0,'','Night ELf Uther Tribute'),(17,0,69533,0,0,16,0,1024,0,0,0,0,'','Dranei Uther Tribute'),(17,0,24104,0,0,16,0,2,0,0,0,0,'','Orc Groms Tribute'),(17,0,24101,0,0,16,0,128,0,0,0,0,'','Troll Groms Tribute'),(17,0,24102,0,0,16,0,32,0,0,0,0,'','Tauren Groms Tribute'),(17,0,24103,0,0,16,0,16,0,0,0,0,'','Forskaen Groms Tribute'),(17,0,69530,0,0,16,0,512,0,0,0,0,'','Blood Elf Groms Tribute'),(17,0,48388,0,0,23,0,4188,0,0,0,64,'','Limit Call Wintergarde Gryphon use to The Carrion Fields'),(17,0,48388,0,1,23,0,4177,0,0,0,64,'','Limit Call Wintergarde Gryphon use to Wintergrasp Keep'),(1,36597,51315,0,0,9,0,24748,0,0,0,0,'','Sealed Chest will drop only when the person on the Shadowmourne quest line has \"The Lich King\'s Last Stand\" in their quest log'),(1,36597,51315,0,0,14,0,24914,0,0,0,0,'','Sealed Chest will drop only if the player has not completed the quest Personal Property'),(1,39166,51315,0,0,9,0,24748,0,0,0,0,'','Sealed Chest will drop only when the person on the Shadowmourne quest line has \"The Lich King\'s Last Stand\" in their quest log'),(1,39166,51315,0,0,14,0,24914,0,0,0,0,'','Sealed Chest will drop only if the player has not completed the quest Personal Property'),(1,39167,51315,0,0,9,0,24748,0,0,0,0,'','Sealed Chest will drop only when the person on the Shadowmourne quest line has \"The Lich King\'s Last Stand\" in their quest log'),(1,39167,51315,0,0,14,0,24914,0,0,0,0,'','Sealed Chest will drop only if the player has not completed the quest Personal Property'),(1,39168,51315,0,0,9,0,24748,0,0,0,0,'','Sealed Chest will drop only when the person on the Shadowmourne quest line has \"The Lich King\'s Last Stand\" in their quest log'),(1,39168,51315,0,0,14,0,24914,0,0,0,0,'','Sealed Chest will drop only if the player has not completed the quest Personal Property'),(17,0,48739,0,0,4,0,3537,0,0,0,0,'','Winterfin First Responder - Restrict Borean Tundra'),(17,0,48739,0,1,4,0,65,0,0,0,0,'','Winterfin First Responder - Restrict Dragonblight'),(17,0,48739,0,2,4,0,495,0,0,0,0,'','Winterfin First Responder - Restrict Howling Fjord'),(15,21251,0,0,0,2,0,21211,1,0,0,0,'','Metzen the Reindeer: Gossip option - player should have item Pouch of Reindeer Dust in inventory'),(13,0,50315,0,0,18,0,1,0,0,0,0,'','Disco Ball - player target'),(15,10211,1,0,0,9,0,12828,0,0,0,0,'','GO 191553 - Gossip option condition'),(13,0,62387,0,0,18,0,1,32906,0,0,0,'','Ironbranch\'s Essence'),(13,0,62386,0,0,18,0,1,32906,0,0,0,'','Stonebarks\'s Essence'),(13,0,62385,0,0,18,0,1,32906,0,0,0,'','Brightleaf\'s Essence'),(13,0,54423,0,0,18,0,1,29416,0,0,0,'','Spell 54423 targets Argent Stand Dummy'),(13,0,29120,0,1,18,0,1,16898,0,0,0,'','Spell 29120 targets Honor Hold Target Dummy Right'),(13,0,29120,0,1,18,0,1,16899,0,0,0,'','Spell 29120 targets Honor Hold Target Dummy Left'),(19,0,8871,0,0,4,0,1519,0,0,0,0,'0','The Lunar Festival: Stormwind'),(19,0,8872,0,0,4,0,1657,0,0,0,0,'0','The Lunar Festival: Darnassus'),(19,0,8870,0,0,4,0,1537,0,0,0,0,'0','The Lunar Festival: Ironforge'),(19,0,8873,0,0,4,0,1637,0,0,0,0,'0','The Lunar Festival: Orgrimmar'),(19,0,8874,0,0,4,0,1497,0,0,0,0,'0','The Lunar Festival: Undercity'),(19,0,8875,0,0,4,0,1638,0,0,0,0,'0','The Lunar Festival: Thunder Bluff'),(13,0,26393,0,0,18,0,1,0,0,0,0,'','Elune\'s Blessing'),(14,8998,12185,0,0,8,0,11460,0,0,0,0,'',NULL),(14,9007,12168,0,0,9,0,11460,0,0,0,0,'',NULL),(15,9007,0,0,0,2,0,34102,1,0,0,0,'',NULL),(15,9007,0,0,0,9,0,11460,0,0,0,0,'',NULL),(17,0,62767,0,0,19,0,33303,0,0,0,1334,'','Break Curse of Ice Required Target Maiden of Winter\'s Breath Lake'),(17,0,62767,0,0,1,0,45776,0,1,0,1335,'','Break Curse of Ice Required Target Needs Aura Ice Block'),(13,0,48728,0,0,18,0,1,0,0,0,0,'','The Denouncement: Goodman target'),(13,0,48730,0,0,18,0,1,27236,0,0,0,'','The Denouncement: Mercer'),(18,0,37438,0,0,24,0,1,27234,0,0,0,'','The Denouncement: Rod - Goodman target'),(18,0,37438,0,0,24,0,1,27235,0,0,0,'','The Denouncement: Rod - Zierhut target'),(18,0,37438,0,0,24,0,1,27236,0,0,0,'','The Denouncement: Rod - Mercer target'),(18,0,37438,0,0,24,0,1,27237,0,0,0,'','The Denouncement: Rod - Jordan target'),(13,0,70598,0,0,18,0,1,0,0,0,0,'','Sindragosa\'s Fury - player targets'),(14,7399,9038,0,0,9,0,9663,0,0,0,0,'','Show gossip text 9038 if player has quest 9663'),(14,7983,9039,0,0,9,0,9663,0,0,0,0,'','Show gossip text 9039 if player has quest 9663'),(14,7370,9040,0,0,9,0,9663,0,0,0,0,'','Show gossip text 9040 if player has quest 9663'),(15,10199,0,0,0,9,0,14444,0,0,0,0,'','Show gossip option 0 if player has quest 14444 (Alliance)'),(15,10199,1,0,0,9,0,24555,0,0,0,0,'','Show gossip option 1 if player has quest 24555 (Horde)'),(13,0,57963,0,0,18,0,1,27656,0,0,0,'',NULL),(21,27756,50253,0,0,13,0,2,3,0,0,0,'',NULL),(21,27755,49592,0,0,13,0,2,3,0,0,0,'',NULL),(21,27692,50344,0,0,13,0,2,3,0,0,0,'',NULL),(13,0,54798,0,0,18,0,1,29351,1,0,0,'','FLAMING Arrow Triggered Effect'),(13,0,54798,0,0,18,0,1,29358,1,0,0,'','FLAMING Arrow Triggered Effect'),(13,0,54069,0,0,18,0,1,28183,0,0,0,'',NULL),(13,0,56251,0,0,18,0,1,28183,0,0,0,'',NULL),(15,9546,1,0,0,9,0,11332,0,0,0,0,'','Mission Plague This is Active'),(1,36296,49641,0,0,6,0,67,0,0,0,0,'','Faded Lovely Greeting Card Horde'),(1,36296,50320,0,0,6,0,469,0,0,0,0,'','Faded Lovely Greeting Card Ally'),(13,0,70360,0,0,18,0,1,37690,0,0,0,'','Mutated Abomination - Eat Ooze target'),(13,0,72527,0,0,18,0,1,37690,0,0,0,'','Mutated Abomination - Eat Ooze target'),(15,10667,0,0,0,7,0,202,350,0,0,0,'','Jeeves: Bank requires Engineering 350'),(13,0,72155,0,0,18,0,1,0,0,0,0,'','Harvest Blight Specimen - player target'),(13,0,72162,0,0,18,0,1,0,0,0,0,'','Harvest Blight Specimen - player target'),(13,0,65594,0,0,18,0,1,0,0,0,0,'','Cancel Stone Grip Target'),(13,0,63676,0,0,18,0,1,32930,0,0,0,'','Focused Eyebeam Visual (Left) Target'),(13,0,63702,0,0,18,0,1,32930,0,0,0,'','Focused Eyebeam Visual (Right) Target'),(13,0,63629,0,0,18,0,1,32930,0,0,0,'','Arm Dead Damage Kologarn (10m) Target'),(13,0,63979,0,0,18,0,1,32930,0,0,0,'','Arm Dead Damage Kologarn (25m) Target'),(13,0,63766,0,0,18,0,1,33661,0,0,0,'','Arm Sweep (10m) Target'),(13,0,63983,0,0,18,0,1,33661,0,0,0,'','Arm Sweep (25m) Target'),(15,8397,0,0,0,9,0,10814,0,0,0,0,'','Show gossip option 0 if player has quest 10814'),(15,7757,0,0,0,9,0,10040,0,0,0,0,'','Show gossip option 7757 if player has quest 10040'),(15,21253,0,0,0,9,0,10040,0,0,0,0,'','Show gossip option 21253 if player has quest 10040'),(13,0,43468,0,0,18,0,1,0,0,0,0,'','Spell 43468 target player'),(18,0,33606,0,0,24,0,1,23678,0,0,63,'','Item 33606 Lurielle\'s Pendant targets Chill Nymph 23678'),(16,0,33782,0,0,1,0,64373,0,0,0,0,'','Vehicle Argent Warhorse requires aura Armistice'),(16,0,33318,0,0,1,0,64373,0,0,0,0,'','Vehicle Exodar Elekk requires aura Armistice'),(16,0,33323,0,0,1,0,64373,0,0,0,0,'','Vehicle Silvermoon Hawkstrider requires aura Armistice'),(16,0,33322,0,0,1,0,64373,0,0,0,0,'','Vehicle Thunder Bluff Kodo requires aura Armistice'),(16,0,33317,0,0,1,0,64373,0,0,0,0,'','Vehicle Gnomeregan Mechanostrider requires aura Armistice'),(16,0,33319,0,0,1,0,64373,0,0,0,0,'','Vehicle Darnassian Nightsaber requires aura Armistice'),(16,0,33316,0,0,1,0,64373,0,0,0,0,'','Vehicle Ironforge Ram requires aura Armistice'),(16,0,33321,0,0,1,0,64373,0,0,0,0,'','Vehicle Darkspear Raptor requires aura Armistice'),(16,0,33324,0,0,1,0,64373,0,0,0,0,'','Vehicle Forsaken Warhorse requires aura Armistice'),(16,0,33320,0,0,1,0,64373,0,0,0,0,'','Vehicle Orgrimmar Wolf requires aura Armistice'),(16,0,33845,0,0,1,0,64373,0,0,0,0,'','Vehicle Quel\'dorei Steed requires aura Armistice'),(16,0,33844,0,0,1,0,64373,0,0,0,0,'','Vehicle Sunreaver Hawkstrider requires aura Armistice'),(16,0,33217,0,0,1,0,64373,0,0,0,0,'','Vehicle Stormwind Steed requires aura Armistice'),(13,0,36325,0,0,18,0,1,22403,0,0,0,'','Spell 36325 target creature 22403'),(13,0,36325,0,0,18,0,1,22402,0,0,0,'','Spell 36325 target creature 22402'),(13,0,36325,0,0,18,0,1,22401,0,0,0,'','Spell 36325 target creature 22401'),(13,0,36325,0,0,18,0,1,21182,0,0,0,'','Spell 36325 target creature 21182'),(15,7182,0,0,0,2,0,22628,1,0,0,0,'','Show gossip option 0 if player has Renzithen\'s Restorative Draught'),(15,7177,0,0,0,2,0,22628,1,0,0,0,'','Show gossip option 0 if player has Renzithen\'s Restorative Draught'),(15,7185,0,0,0,2,0,22628,1,0,0,0,'','Show gossip option 0 if player has Renzithen\'s Restorative Draught'),(15,7187,0,0,0,9,0,9164,0,0,0,0,'','Show gossip option 0 if player has quest 9164'),(13,0,43768,0,0,18,0,1,24418,0,0,0,'','Steel Gate Flying Machine'),(15,10131,0,0,0,27,0,65,3,0,0,0,'','Zidormi - Teleport to CoT level restriction'),(13,0,49346,0,0,18,0,1,27692,0,0,0,'','Emeral Drake'),(13,0,49464,0,0,18,0,1,27756,0,0,0,'','Ruby Drake'),(13,0,49460,0,0,18,0,1,27755,0,0,0,'','Amber Drake'),(17,0,60089,0,0,1,0,5487,0,0,0,0,'','Faerie Fire - Bear Form'),(17,0,60089,0,1,1,0,9634,0,0,0,0,'','Faerie Fire - Dire Bear Form'),(15,7760,0,0,0,9,0,10040,0,0,0,0,'','Show gossip option 7760 if player has quest 10040'),(15,7772,0,0,1,9,0,10041,0,0,0,0,'','Show gossip option 7772 if player has quest 10041'),(15,7757,0,0,1,9,0,10041,0,0,0,0,'','Show gossip option 7757 if player has quest 10041'),(15,7759,0,0,1,9,0,10041,0,0,0,0,'','Show gossip option 7759 if player has quest 10041'),(15,7760,0,0,1,9,0,10041,0,0,0,0,'','Show gossip option 7760 if player has quest 10041'),(13,0,71322,0,0,18,0,1,38558,0,0,0,'','Blood-Queen Lana\'thel - Annihilate Minchar'),(13,0,51590,0,0,18,0,1,23837,0,0,0,'','Spell 51590 targets only ELM General Porpose Bunny'),(17,0,43315,0,0,19,0,24238,0,0,0,63,'','Vrykul Insult - Bjorn Halgurdsson'),(13,0,24734,0,0,18,0,0,180529,0,0,0,'','Summon Templar Random - Lesser Wind Stone'),(13,0,63317,0,0,18,0,1,33388,0,0,0,'','Flame Breath - Dark Rune Guardian'),(13,0,62505,0,0,18,0,1,33186,0,0,0,'','Harpoon Trigger - Razorscale'),(13,0,63524,0,0,18,0,1,33233,0,0,0,'','Harpoon Shot - Razorscale'),(13,0,63657,0,0,18,0,1,33233,0,0,0,'','Harpoon Shot - Razorscale'),(13,0,63658,0,0,18,0,1,33233,0,0,0,'','Harpoon Shot - Razorscale'),(13,0,63659,0,0,18,0,1,33233,0,0,0,'','Harpoon Shot - Razorscale'),(13,0,55853,0,0,18,0,1,30090,0,0,0,'',NULL),(13,0,56263,0,0,18,0,1,30090,0,0,0,'',NULL),(13,0,56505,0,0,18,0,1,30334,0,0,0,'',NULL),(13,0,56429,0,0,18,0,1,30334,0,0,0,'',NULL),(13,0,56152,0,0,18,0,1,28859,0,0,0,'',NULL),(14,21255,14192,0,0,4,0,4395,0,0,0,0,'','Archmage Vargoth - Gossip: zone restriction to Dalaran'),(15,21255,0,0,0,4,0,4395,0,0,0,0,'','Archmage Vargoth - Gossip option: zone restriction to Dalaran'),(15,21255,0,0,0,17,0,1956,0,0,0,0,'','Archmage Vargoth - Gossip option: player should have achiev 1956'),(15,11345,0,0,0,9,0,25446,0,0,0,0,'','Echo Isles: QFrogs Away: gossip'),(15,11345,1,0,0,9,0,25461,0,0,0,0,'','Echo Isles: Trollin for Volunteers: gossip'),(15,11345,2,0,0,28,0,25495,0,0,0,0,'','Echo Isles: Preparin\' For Battle: gossip'),(15,21257,0,0,0,9,0,25480,0,0,0,0,'','Hez\'tok: Dance of De Spirits: gossip'),(17,0,74977,0,0,1,0,74982,0,0,0,0,'','Echo Isles: SFrogs Away'),(16,0,40305,0,0,23,0,367,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,40305,0,1,23,0,393,0,0,0,0,'','Dismount player when not in intended zone'),(16,0,40305,0,2,23,0,368,0,0,0,0,'','Dismount player when not in intended zone'),(18,0,54215,0,0,24,0,1,40256,0,0,63,'','Limit Voljin Drums to be used on Troll Citizen'),(18,0,54215,0,1,24,0,1,40257,0,0,63,'','Limit Voljin Drums to be used on Troll Citizen'),(13,0,75319,0,0,18,0,1,0,0,0,0,'','Omen Kill Credit - Target player AoE'),(19,0,13671,0,0,8,0,13835,0,0,0,0,'',NULL),(20,0,13671,0,0,8,0,13835,0,0,0,0,'',NULL),(19,0,13671,0,0,8,0,13837,0,0,0,0,'',NULL),(20,0,13671,0,0,8,0,13837,0,0,0,0,'',NULL),(19,0,13671,0,0,8,0,13828,0,0,0,0,'',NULL),(20,0,13671,0,0,8,0,13828,0,0,0,0,'',NULL),(19,0,13625,0,0,8,0,13835,0,0,0,0,'',NULL),(20,0,13625,0,0,8,0,13835,0,0,0,0,'',NULL),(19,0,13625,0,0,8,0,13837,0,0,0,0,'',NULL),(20,0,13625,0,0,8,0,13837,0,0,0,0,'',NULL),(19,0,13625,0,0,8,0,13828,0,0,0,0,'',NULL),(20,0,13625,0,0,8,0,13828,0,0,0,0,'',NULL),(19,0,13670,0,0,8,0,13835,0,0,0,0,'',NULL),(20,0,13670,0,0,8,0,13835,0,0,0,0,'',NULL),(19,0,13670,0,0,8,0,13837,0,0,0,0,'',NULL),(20,0,13670,0,0,8,0,13837,0,0,0,0,'',NULL),(19,0,13670,0,0,8,0,13828,0,0,0,0,'',NULL),(20,0,13670,0,0,8,0,13828,0,0,0,0,'',NULL),(19,0,13669,0,0,8,0,13835,0,0,0,0,'',NULL),(20,0,13669,0,0,8,0,13835,0,0,0,0,'',NULL),(19,0,13669,0,0,8,0,13837,0,0,0,0,'',NULL),(20,0,13669,0,0,8,0,13837,0,0,0,0,'',NULL),(19,0,13669,0,0,8,0,13828,0,0,0,0,'',NULL),(20,0,13669,0,0,8,0,13828,0,0,0,0,'',NULL),(19,0,13666,0,0,8,0,13835,0,0,0,0,'',NULL),(20,0,13666,0,0,8,0,13835,0,0,0,0,'',NULL),(19,0,13666,0,0,8,0,13837,0,0,0,0,'',NULL),(20,0,13666,0,0,8,0,13837,0,0,0,0,'',NULL),(19,0,13666,0,0,8,0,13828,0,0,0,0,'',NULL),(20,0,13666,0,0,8,0,13828,0,0,0,0,'',NULL),(19,0,13676,0,0,8,0,13838,0,0,0,0,'',NULL),(20,0,13676,0,0,8,0,13838,0,0,0,0,'',NULL),(19,0,13676,0,0,8,0,13839,0,0,0,0,'',NULL),(20,0,13676,0,0,8,0,13839,0,0,0,0,'',NULL),(19,0,13676,0,0,8,0,13829,0,0,0,0,'',NULL),(20,0,13676,0,0,8,0,13829,0,0,0,0,'',NULL),(19,0,13677,0,0,8,0,13838,0,0,0,0,'',NULL),(20,0,13677,0,0,8,0,13838,0,0,0,0,'',NULL),(19,0,13677,0,0,8,0,13839,0,0,0,0,'',NULL),(20,0,13677,0,0,8,0,13839,0,0,0,0,'',NULL),(19,0,13677,0,0,8,0,13829,0,0,0,0,'',NULL),(20,0,13677,0,0,8,0,13829,0,0,0,0,'',NULL),(19,0,13675,0,0,8,0,13838,0,0,0,0,'',NULL),(20,0,13675,0,0,8,0,13838,0,0,0,0,'',NULL),(19,0,13675,0,0,8,0,13839,0,0,0,0,'',NULL),(20,0,13675,0,0,8,0,13839,0,0,0,0,'',NULL),(19,0,13675,0,0,8,0,13829,0,0,0,0,'',NULL),(20,0,13675,0,0,8,0,13829,0,0,0,0,'',NULL),(19,0,13674,0,0,8,0,13838,0,0,0,0,'',NULL),(20,0,13674,0,0,8,0,13838,0,0,0,0,'',NULL),(19,0,13674,0,0,8,0,13839,0,0,0,0,'',NULL),(20,0,13674,0,0,8,0,13839,0,0,0,0,'',NULL),(19,0,13674,0,0,8,0,13829,0,0,0,0,'',NULL),(20,0,13674,0,0,8,0,13829,0,0,0,0,'',NULL),(19,0,13673,0,0,8,0,13838,0,0,0,0,'',NULL),(20,0,13673,0,0,8,0,13838,0,0,0,0,'',NULL),(19,0,13673,0,0,8,0,13839,0,0,0,0,'',NULL),(20,0,13673,0,0,8,0,13839,0,0,0,0,'',NULL),(19,0,13673,0,0,8,0,13829,0,0,0,0,'',NULL),(20,0,13673,0,0,8,0,13829,0,0,0,0,'',NULL),(15,10656,0,0,0,7,0,202,350,0,0,0,'','Steam-Powered Auctioneer - Engineering 350'),(19,0,13593,0,0,8,0,13700,0,0,0,0,'','Valiant Of Stormwind - Alliance Champion Marker'),(19,0,13703,0,0,8,0,13700,0,0,0,0,'','Valiant Of Ironforge - Alliance Champion Marker'),(19,0,13704,0,0,8,0,13700,0,0,0,0,'','Valiant Of Gnomeregan - Alliance Champion Marker'),(19,0,13705,0,0,8,0,13700,0,0,0,0,'','Valiant Of The Exodar - Alliance Champion Marker'),(19,0,13706,0,0,8,0,13700,0,0,0,0,'','Valiant Of Darnassus - Alliance Champion Marker'),(19,0,13707,0,0,8,0,13701,0,0,0,0,'','Valiant Of Orgrimmar - Horde Champion Marker'),(19,0,13708,0,0,8,0,13701,0,0,0,0,'','Valiant Of Sen\'jin - Horde Champion Marker'),(19,0,13709,0,0,8,0,13701,0,0,0,0,'','Valiant Of Thunder Bluff - Horde Champion Marker'),(19,0,13710,0,0,8,0,13701,0,0,0,0,'','Valiant Of Undercity - Horde Champion Marker'),(19,0,13711,0,0,8,0,13701,0,0,0,0,'','Valiant Of Silvermoon - Horde Champion Marker'),(20,0,13593,0,0,8,0,13700,0,0,0,0,'','Valiant Of Stormwind - Alliance Champion Marker'),(20,0,13703,0,0,8,0,13700,0,0,0,0,'','Valiant Of Ironforge - Alliance Champion Marker'),(20,0,13704,0,0,8,0,13700,0,0,0,0,'','Valiant Of Gnomeregan - Alliance Champion Marker'),(20,0,13705,0,0,8,0,13700,0,0,0,0,'','Valiant Of The Exodar - Alliance Champion Marker'),(20,0,13706,0,0,8,0,13700,0,0,0,0,'','Valiant Of Darnassus - Alliance Champion Marker'),(20,0,13707,0,0,8,0,13701,0,0,0,0,'','Valiant Of Orgrimmar - Horde Champion Marker'),(20,0,13708,0,0,8,0,13701,0,0,0,0,'','Valiant Of Sen\'jin - Horde Champion Marker'),(20,0,13709,0,0,8,0,13701,0,0,0,0,'','Valiant Of Thunder Bluff - Horde Champion Marker'),(20,0,13710,0,0,8,0,13701,0,0,0,0,'','Valiant Of Undercity - Horde Champion Marker'),(20,0,13711,0,0,8,0,13701,0,0,0,0,'','Valiant Of Silvermoon - Horde Champion Marker'),(13,0,66665,0,0,18,0,1,35013,0,0,0,'','Koralon Burning Breath'),(13,0,67328,0,0,18,0,1,35013,0,0,0,'','Koralon Burning Breath'),(19,0,13846,0,1,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(19,0,13846,0,2,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(19,0,13846,0,3,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(19,0,13846,0,4,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(19,0,13846,0,5,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(19,0,13846,0,6,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(19,0,13846,0,7,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(19,0,13846,0,8,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(19,0,13846,0,9,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(19,0,13846,0,10,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(19,0,13846,0,11,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(19,0,13846,0,12,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(15,5743,1,0,0,9,0,7481,0,0,0,0,'','Display gossip option when on Elven Legends H quest'),(19,0,13846,0,13,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(15,5743,0,0,0,9,0,7482,0,0,0,0,'','Display gossip option when on Elven Legends A quest'),(19,0,13846,0,14,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(15,10598,0,0,1,17,0,2817,0,0,0,0,'','Evniki Kapsalis should only sell to Crusaders'),(20,0,13846,0,1,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(13,0,60535,0,0,18,0,0,191665,0,0,0,'',NULL),(15,10598,0,0,0,17,0,2816,0,0,0,0,'','Evniki Kapsalis should only sell to Crusaders'),(20,0,13846,0,2,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(13,0,60535,0,0,18,0,0,192116,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192119,0,0,0,'',NULL),(20,0,13846,0,3,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(13,0,60535,0,0,18,0,0,192069,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192117,0,0,0,'',NULL),(20,0,13846,0,4,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(13,0,60535,0,0,18,0,0,191440,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192070,0,0,0,'',NULL),(20,0,13846,0,5,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(13,0,60535,0,0,18,0,0,192852,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192083,0,0,0,'',NULL),(20,0,13846,0,6,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(13,0,60535,0,0,18,0,0,192853,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192854,0,0,0,'',NULL),(20,0,13846,0,7,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(13,0,60535,0,0,18,0,0,191445,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192850,0,0,0,'',NULL),(20,0,13846,0,8,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(13,0,60535,0,0,18,0,0,192088,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192067,0,0,0,'',NULL),(20,0,13846,0,9,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(13,0,60535,0,0,18,0,0,192087,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192089,0,0,0,'',NULL),(20,0,13846,0,10,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(13,0,60535,0,0,18,0,0,192085,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192084,0,0,0,'',NULL),(20,0,13846,0,11,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(13,0,60535,0,0,18,0,0,191444,0,0,0,'',NULL),(13,0,60535,0,0,18,0,0,192086,0,0,0,'',NULL),(20,0,13846,0,12,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(15,9674,0,0,0,9,0,12536,0,0,0,0,'0','Only show gossip 9674 when quest 12536 is added'),(20,0,13846,0,13,8,0,13700,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Alliance Champion Marker'),(14,4677,3974,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(20,0,13846,0,14,8,0,13701,0,0,0,0,'','Quest Contributin\' To The Cause - Requires quest Horde Champion Marker'),(1,23286,32726,0,0,5,0,1015,240,0,0,0,'','Murkblood Escape Plans - when Netherwing friendly thru exalted'),(17,0,61810,0,1,23,0,3576,0,0,0,0,'','Egg Rush! - Requires Azure Watch'),(17,0,61810,0,2,23,0,186,0,0,0,0,'','Egg Rush! - Requires Dolanaar'),(17,0,61810,0,3,23,0,87,0,0,0,0,'','Egg Rush! - Requires Goldshire'),(17,0,61810,0,4,23,0,131,0,0,0,0,'','Egg Rush! - Requires Kharanos'),(17,0,61810,0,5,23,0,222,0,0,0,0,'','Egg Rush! - Requires Bloodhoof Village'),(17,0,61810,0,6,23,0,159,0,0,0,0,'','Egg Rush! - Requires Brill'),(17,0,61810,0,7,23,0,2118,0,0,0,0,'','Egg Rush! - Requires Brill Town Hall'),(17,0,61810,0,8,23,0,3665,0,0,0,0,'','Egg Rush! - Requires Falconwing Square'),(17,0,61810,0,9,23,0,362,0,0,0,0,'','Egg Rush! - Requires Razor Hill'),(17,0,61810,0,10,23,0,2337,0,0,0,0,'','Egg Rush! - Requires Razor Hill Barracks'),(18,0,33108,0,0,24,0,1,4394,0,0,0,'','Item 33108 can target Bubbling Swamp Ooze'),(18,0,33108,0,1,24,0,1,4393,0,0,0,'','Item 33108 can target Acidic Swamp Ooze'),(15,21255,0,0,0,2,0,44738,1,1,1,0,'','Archmage Vargoth - Gossip option: player should not have item 44738'),(13,0,70078,0,0,18,0,1,37122,0,0,0,'','Sister Svalna - Caress of Death'),(13,0,70078,0,0,18,0,1,37123,0,0,0,'','Sister Svalna - Caress of Death'),(13,0,70078,0,0,18,0,1,37124,0,0,0,'','Sister Svalna - Caress of Death'),(13,0,70078,0,0,18,0,1,37125,0,0,0,'','Sister Svalna - Caress of Death'),(13,0,70053,0,0,18,0,1,37122,0,0,0,'','Sister Svalna - Revive Champion'),(13,0,70053,0,0,18,0,1,37123,0,0,0,'','Sister Svalna - Revive Champion'),(13,0,70053,0,0,18,0,1,37124,0,0,0,'','Sister Svalna - Revive Champion'),(13,0,70053,0,0,18,0,1,37125,0,0,0,'','Sister Svalna - Revive Champion'),(18,0,50307,0,0,24,0,1,37126,0,0,0,'','Infernal Spear- Sister Svalna target'),(15,9544,0,0,0,9,0,12291,0,0,0,0,'','Show gossip option 0 if player has Quest 12291 \"The Forgotten Tale\"'),(15,9543,0,0,0,9,0,12291,0,0,0,0,'','Show gossip option 0 if player has Quest 12291 \"The Forgotten Tale\"'),(15,9541,0,0,0,9,0,12291,0,0,0,0,'','Show gossip option 0 if player has Quest 12291 \"The Forgotten Tale\"'),(15,9545,0,0,0,9,0,12291,0,0,0,0,'','Show gossip option 0 if player has Quest 12291 \"The Forgotten Tale\"'),(15,9542,0,0,0,9,0,12291,0,0,0,0,'','Show gossip option 0 if player has Quest 12291 \"The Forgotten Tale\"'),(18,0,23417,0,0,24,0,1,16975,0,0,0,'','Sanctified Crystal - Uncontrolled Voidwalker target'),(13,0,71948,0,0,18,0,1,37950,0,0,0,'','Valithria Dreamwalker - Copy Damage on Valithria'),(13,0,70588,0,0,18,0,1,36789,0,0,0,'','Suppresser - Suppression target Valithria'),(13,0,70602,0,0,18,0,1,36789,0,0,0,'','Risen Archmage - Corruption target Valithria'),(13,0,71946,0,0,18,0,1,36789,0,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),(13,0,72031,0,0,18,0,1,36789,0,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),(13,0,72032,0,0,18,0,1,36789,0,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),(13,0,72033,0,0,18,0,1,36789,0,0,0,'','Valithria Dreamwalker - Nightmare Cloud'),(13,0,70921,0,0,18,0,1,22515,0,0,0,'','The Lich King - Summon Gluttonous Abomination'),(13,0,71032,0,0,18,0,1,22515,0,0,0,'','The Lich King - Summon Blistering Zombie'),(13,0,71078,0,0,18,0,1,22515,0,0,0,'','The Lich King - Summon Risen Archmage'),(13,0,70933,0,0,18,0,1,22515,0,0,0,'','The Lich King - Summon Blazing Skeleton'),(13,0,72706,0,0,18,0,1,0,0,0,0,'','Valithria Dreamwalker - Achievement Check'),(13,0,73843,0,0,18,0,1,0,0,0,0,'','Valithria Dreamwalker - Reputation reward'),(13,0,62521,0,0,18,0,1,32906,0,0,0,'','Attuned to Nature 25 Dose Reduction'),(13,0,62524,0,0,18,0,1,32906,0,0,0,'','Attuned to Nature 2 Dose Reduction'),(13,0,62525,0,0,18,0,1,32906,0,0,0,'','Attuned to Nature 10 Dose Reduction'),(13,0,49062,0,0,18,0,1,27577,0,0,0,'','Spell 49062 target creature 27577'),(13,0,47463,0,0,18,0,1,26785,0,0,0,'','Spell 47463 targets only Directional Rune'),(13,0,51616,0,0,18,0,1,28442,0,0,0,'','Spell 51616 targets only Prophet of Rhunok'),(13,0,74455,0,0,18,0,1,39747,0,0,0,'','Spell 74455 targets only Saviana Ragefire'),(13,0,62834,0,0,18,0,1,0,0,0,0,'','Boombot Boom - Player target'),(13,0,62834,0,0,18,0,1,33343,0,0,0,'','Boombot Boom - Scrapbot target'),(13,0,62834,0,0,18,0,1,33344,0,0,0,'','Boombot Boom - Pummeler target'),(13,0,62834,0,0,18,0,1,33346,0,0,0,'','Boombot Boom - Boombot target'),(13,0,62834,0,0,18,0,1,33329,0,0,0,'','Boombot Boom - Heart of the Deconstructor target'),(13,0,62834,0,0,18,0,1,33293,0,0,0,'','Boombot Boom - XT-002 target'),(18,0,38731,0,0,24,0,2,28600,0,0,63,'','Item 38731 \"Ahunae\'s Knife\" targets 28600 \"Dead Heb\'Drakkar Headhunter'),(13,0,64449,0,0,18,0,1,34096,0,0,0,'','Auriaya Feral Defender Stalker spell script target'),(15,342,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,344,2,0,0,12,0,12,0,0,0,0,'',NULL),(15,345,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,1290,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,348,2,0,0,12,0,12,0,0,0,0,'',NULL),(15,349,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,1291,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,1293,0,0,0,12,0,12,0,0,0,0,'',NULL),(1,39168,51315,0,0,2,0,51315,1,1,1,0,'','Sealed Chest will drop only if the player doesn\'t have it already'),(15,1294,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,1296,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,1297,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,1581,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,441,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,441,0,0,0,23,0,1637,0,0,0,0,'',NULL),(15,6525,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,6620,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,7173,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,7288,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,7301,2,0,0,12,0,12,0,0,0,0,'',NULL),(1,39167,51315,0,0,2,0,51315,1,1,1,0,'','Sealed Chest will drop only if the player doesn\'t have it already'),(15,7324,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,7468,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,7481,0,0,0,12,0,12,0,0,0,0,'',NULL),(15,7855,2,0,0,12,0,12,0,0,0,0,'',NULL),(15,7967,0,0,0,9,0,10162,0,0,0,0,'','Show gossip option 0 if player has Quest 10162 \"Mission: The Abyssal Shelf\"'),(15,7967,1,0,0,9,0,10347,0,0,0,0,'','Show gossip option 1 if player has Quest 10347 \"Return to the Abyssal Shelf\"'),(15,7967,4,0,0,9,0,10242,0,0,0,0,'','Show gossip option 4 if player has Quest 10242 \"Spinebreaker Post\"'),(15,7967,5,0,0,9,0,10129,0,0,0,0,'','Show gossip option 5 if player has Quest 10129 \"Mission: Gateways Murketh and Shaadraz\"'),(15,8081,0,0,0,9,0,10286,0,0,0,0,'','Show gossip option 0 if player has Quest 10286 \"Arelion\'s Secret\"'),(15,7938,1,0,0,9,0,10289,0,0,0,0,'','Show gossip option 0 if player has Quest 10289 \"Journey to Thrallmar\"'),(14,7953,10109,0,0,8,0,10162,0,0,0,0,'','Show gossip text 10109 if player has rewarded Quest 10349 \"The Earthbinder\"'),(13,0,24311,0,0,18,0,1,11380,0,0,0,'','Powerful Healing Ward - Jin\'do the Hexxer'),(13,0,24734,0,0,18,0,0,180544,0,0,0,'','Summon Templar Random - Lesser Wind Stone'),(13,0,24734,0,0,18,0,0,180518,0,0,0,'','Summon Templar Random - Lesser Wind Stone'),(13,0,24734,0,0,18,0,0,180456,0,0,0,'','Summon Templar Random - Lesser Wind Stone'),(18,0,34111,0,0,24,0,1,24746,0,0,63,'','Item Trained Rock Falcon targets only Fjord Turkey'),(13,0,24734,0,0,18,0,0,180549,0,0,0,'','Summon Templar Random - Lesser Wind Stone'),(13,0,24734,0,0,18,0,0,180564,0,0,0,'','Summon Templar Random - Lesser Wind Stone'),(13,0,24744,0,0,18,0,0,180529,0,0,0,'','Summon Templar Fire - Lesser Wind Stone'),(13,0,24744,0,0,18,0,0,180456,0,0,0,'','Summon Templar Fire - Lesser Wind Stone'),(13,0,24744,0,0,18,0,0,180518,0,0,0,'','Summon Templar Fire - Lesser Wind Stone'),(13,0,24744,0,0,18,0,0,180544,0,0,0,'','Summon Templar Fire - Lesser Wind Stone'),(13,0,24744,0,0,18,0,0,180549,0,0,0,'','Summon Templar Fire - Lesser Wind Stone'),(13,0,24744,0,0,18,0,0,180564,0,0,0,'','Summon Templar Fire - Lesser Wind Stone'),(13,0,24756,0,0,18,0,0,180529,0,0,0,'','Summon Templar Air - Lesser Wind Stone'),(13,0,24756,0,0,18,0,0,180456,0,0,0,'','Summon Templar Air - Lesser Wind Stone'),(13,0,24756,0,0,18,0,0,180518,0,0,0,'','Summon Templar Air - Lesser Wind Stone'),(13,0,24756,0,0,18,0,0,180544,0,0,0,'','Summon Templar Air - Lesser Wind Stone'),(13,0,24756,0,0,18,0,0,180549,0,0,0,'','Summon Templar Air - Lesser Wind Stone'),(13,0,24756,0,0,18,0,0,180564,0,0,0,'','Summon Templar Air - Lesser Wind Stone'),(13,0,24758,0,0,18,0,0,180529,0,0,0,'','Summon Templar Earth - Lesser Wind Stone'),(13,0,24758,0,0,18,0,0,180456,0,0,0,'','Summon Templar Earth - Lesser Wind Stone'),(13,0,24758,0,0,18,0,0,180518,0,0,0,'','Summon Templar Earth - Lesser Wind Stone'),(13,0,24758,0,0,18,0,0,180544,0,0,0,'','Summon Templar Earth - Lesser Wind Stone'),(13,0,24758,0,0,18,0,0,180549,0,0,0,'','Summon Templar Earth - Lesser Wind Stone'),(13,0,24758,0,0,18,0,0,180564,0,0,0,'','Summon Templar Earth - Lesser Wind Stone'),(13,0,24760,0,0,18,0,0,180529,0,0,0,'','Summon Templar Water - Lesser Wind Stone'),(13,0,24760,0,0,18,0,0,180456,0,0,0,'','Summon Templar Water - Lesser Wind Stone'),(13,0,24760,0,0,18,0,0,180518,0,0,0,'','Summon Templar Water - Lesser Wind Stone'),(13,0,24760,0,0,18,0,0,180544,0,0,0,'','Summon Templar Water - Lesser Wind Stone'),(13,0,24760,0,0,18,0,0,180549,0,0,0,'','Summon Templar Water - Lesser Wind Stone'),(13,0,24760,0,0,18,0,0,180564,0,0,0,'','Summon Templar Water - Lesser Wind Stone'),(13,0,24763,0,0,18,0,0,180534,0,0,0,'','Summon Duke Random - Wind Stone'),(13,0,24763,0,0,18,0,0,180461,0,0,0,'','Summon Duke Random - Wind Stone'),(13,0,24763,0,0,18,0,0,180554,0,0,0,'','Summon Duke Random - Wind Stone'),(13,0,24765,0,0,18,0,0,180534,0,0,0,'','Summon Duke Fire - Wind Stone'),(13,0,24765,0,0,18,0,0,180461,0,0,0,'','Summon Duke Fire - Wind Stone'),(13,0,24765,0,0,18,0,0,180554,0,0,0,'','Summon Duke Fire - Wind Stone'),(13,0,24768,0,0,18,0,0,180534,0,0,0,'','Summon Duke Air - Wind Stone'),(13,0,24768,0,0,18,0,0,180461,0,0,0,'','Summon Duke Air - Wind Stone'),(13,0,24768,0,0,18,0,0,180554,0,0,0,'','Summon Duke Air - Wind Stone'),(13,0,24770,0,0,18,0,0,180534,0,0,0,'','Summon Duke Earth - Wind Stone'),(13,0,24770,0,0,18,0,0,180461,0,0,0,'','Summon Duke Earth - Wind Stone'),(13,0,24770,0,0,18,0,0,180554,0,0,0,'','Summon Duke Earth - Wind Stone'),(13,0,24772,0,0,18,0,0,180534,0,0,0,'','Summon Duke Water - Wind Stone'),(13,0,24772,0,0,18,0,0,180461,0,0,0,'','Summon Duke Water - Wind Stone'),(13,0,24772,0,0,18,0,0,180554,0,0,0,'','Summon Duke Water - Wind Stone'),(13,0,24784,0,0,18,0,0,180466,0,0,0,'','Summon Royal Random - Greater Wind Stone'),(13,0,24784,0,0,18,0,0,180539,0,0,0,'','Summon Royal Random - Greater Wind Stone'),(13,0,24784,0,0,18,0,0,180559,0,0,0,'','Summon Royal Random - Greater Wind Stone'),(13,0,24786,0,0,18,0,0,180466,0,0,0,'','Summon Royal Fire - Greater Wind Stone'),(13,0,24786,0,0,18,0,0,180539,0,0,0,'','Summon Royal Fire - Greater Wind Stone'),(13,0,24786,0,0,18,0,0,180559,0,0,0,'','Summon Royal Fire - Greater Wind Stone'),(13,0,24788,0,0,18,0,0,180466,0,0,0,'','Summon Royal Air - Greater Wind Stone'),(13,0,24788,0,0,18,0,0,180539,0,0,0,'','Summon Royal Air - Greater Wind Stone'),(13,0,24788,0,0,18,0,0,180559,0,0,0,'','Summon Royal Air - Greater Wind Stone'),(13,0,24789,0,0,18,0,0,180466,0,0,0,'','Summon Royal Earth - Greater Wind Stone'),(13,0,24789,0,0,18,0,0,180539,0,0,0,'','Summon Royal Earth - Greater Wind Stone'),(13,0,24789,0,0,18,0,0,180559,0,0,0,'','Summon Royal Earth - Greater Wind Stone'),(13,0,24790,0,0,18,0,0,180466,0,0,0,'','Summon Royal Water - Greater Wind Stone'),(13,0,24790,0,0,18,0,0,180539,0,0,0,'','Summon Royal Water - Greater Wind Stone'),(13,0,24790,0,0,18,0,0,180559,0,0,0,'','Summon Royal Water - Greater Wind Stone'),(13,0,71189,0,0,18,0,1,37868,0,0,0,'','Dreamwalker\'s Rage - target Risen Archmage'),(13,0,71189,0,0,18,0,1,36791,0,0,0,'','Dreamwalker\'s Rage - target Blazing Skeleton'),(13,0,71189,0,0,18,0,1,37863,0,0,0,'','Dreamwalker\'s Rage - target Suppresser'),(13,0,71189,0,0,18,0,1,37934,0,0,0,'','Dreamwalker\'s Rage - target Blistering Zombie'),(13,0,71189,0,0,18,0,1,37886,0,0,0,'','Dreamwalker\'s Rage - target Gluttonous Abomination'),(13,0,71189,0,0,18,0,1,38186,0,0,0,'','Dreamwalker\'s Rage - target Dream Portal (Pre-effect)'),(13,0,71189,0,0,18,0,1,37945,0,0,0,'','Dreamwalker\'s Rage - target Dream Portal'),(13,0,71189,0,0,18,0,1,38429,0,0,0,'','Dreamwalker\'s Rage - target Nightmare Portal (Pre-effect)'),(13,0,71189,0,0,18,0,1,38430,0,0,0,'','Dreamwalker\'s Rage - target Nightmare Portal'),(13,0,71189,0,0,18,0,1,37907,0,0,0,'','Dreamwalker\'s Rage - target Rot Worm'),(1,23324,32726,0,0,5,0,1015,240,0,0,0,'','Murkblood Escape Plans - when Netherwing friendly thru exalted'),(15,21260,0,0,0,5,0,270,128,0,0,0,'','Only show gossip option if player is exalted with Zandalar Tribe (270)'),(15,21259,0,0,0,5,0,270,128,0,0,0,'','Only show gossip option if player is exalted with Zandalar Tribe (270)'),(15,21258,0,0,0,5,0,270,128,0,0,0,'','Only show gossip option if player is exalted with Zandalar Tribe (270)'),(14,21258,7595,0,0,5,0,270,128,0,0,0,'','Only show text_id 7595 if player is exalted with Zandalar Tribe (270)'),(14,21258,7594,0,0,5,0,270,120,0,0,0,'','Only show text_id 7594 if player is neutral thru revered with Zandalar Tribe (270)'),(20,0,13846,0,0,5,0,1106,127,0,0,0,'','Quest Contributin\' To The Cause - Requires Argent Crusade hated thru revered'),(15,21263,0,0,0,8,0,8053,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Freethinker\'s Armguards is rewarded'),(15,21263,1,0,0,8,0,8054,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Freethinker\'s Belt is rewarded'),(15,21263,2,0,0,8,0,8055,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Freethinker\'s Breastplate is rewarded'),(15,21263,3,0,0,8,0,8048,0,0,0,0,'','Only allow gossip option to be visible if quest The Hero\'s Brand is rewarded'),(15,21263,4,0,0,8,0,8045,0,0,0,0,'','Only allow gossip option to be visible if quest The Heathen\'s Brand is rewarded'),(15,21263,5,0,0,8,0,8046,0,0,0,0,'','Only allow gossip option to be visible if quest The Heathen\'s Brand is rewarded'),(15,21263,6,0,0,8,0,8047,0,0,0,0,'','Only allow gossip option to be visible if quest The Heathen\'s Brand is rewarded'),(15,21264,0,0,0,8,0,8058,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Vindicator\'s Armguards is rewarded'),(15,21264,1,0,0,8,0,8078,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Vindicator\'s Belt is rewarded'),(15,21264,2,0,0,8,0,8079,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Vindicator\'s Breastplate is rewarded'),(15,21264,3,0,0,8,0,8044,0,0,0,0,'','Only allow gossip option to be visible if quest The Rage of Mugamba is rewarded'),(15,21264,4,0,0,8,0,8041,0,0,0,0,'','Only allow gossip option to be visible if quest Strength of Mount Mugamba is rewarded'),(15,21264,5,0,0,8,0,8042,0,0,0,0,'','Only allow gossip option to be visible if quest Strength of Mount Mugamba is rewarded'),(15,21264,6,0,0,8,0,8043,0,0,0,0,'','Only allow gossip option to be visible if quest Strength of Mount Mugamba is rewarded'),(15,21265,0,0,0,8,0,8070,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Confessor\'s Bindings is rewarded'),(15,21265,1,0,0,8,0,8071,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Confessor\'s Mantle is rewarded'),(15,21265,2,0,0,8,0,8061,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Confessor\'s Wraps is rewarded'),(15,21265,3,0,0,8,0,8052,0,0,0,0,'','Only allow gossip option to be visible if quest The All-Seeing Eye of Zuldazar is rewarded'),(15,21265,4,0,0,8,0,8049,0,0,0,0,'','Only allow gossip option to be visible if quest The Eye of Zuldazar is rewarded'),(15,21265,5,0,0,8,0,8050,0,0,0,0,'','Only allow gossip option to be visible if quest The Eye of Zuldazar is rewarded'),(15,21265,6,0,0,8,0,8051,0,0,0,0,'','Only allow gossip option to be visible if quest The Eye of Zuldazar is rewarded'),(15,21266,0,0,0,8,0,8076,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Demoniac\'s Mantle is rewarded'),(15,21266,1,0,0,8,0,8077,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Demoniac\'s Robes is rewarded'),(15,21266,2,0,0,8,0,8059,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Demoniac\'s Wraps is rewarded'),(15,21266,3,0,0,8,0,8109,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Unstoppable Taint is rewarded'),(15,21266,4,0,0,8,0,8106,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Taint is rewarded'),(15,21266,5,0,0,8,0,8107,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Taint is rewarded'),(15,21266,6,0,0,8,0,8108,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Taint is rewarded'),(15,21267,0,0,0,8,0,8068,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Illusionist\'s Mantle is rewarded'),(15,21267,1,0,0,8,0,8069,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Illusionist\'s Robes is rewarded'),(15,21267,2,0,0,8,0,8060,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Illusionist\'s Wraps is rewarded'),(15,21267,3,0,0,8,0,8104,0,0,0,0,'','Only allow gossip option to be visible if quest The Jewel of Kajaro is rewarded'),(15,21267,4,0,0,8,0,8101,0,0,0,0,'','Only allow gossip option to be visible if quest The Pebble of Kajaro is rewarded'),(15,21267,5,0,0,8,0,8102,0,0,0,0,'','Only allow gossip option to be visible if quest The Pebble of Kajaro is rewarded'),(15,21267,6,0,0,8,0,8103,0,0,0,0,'','Only allow gossip option to be visible if quest The Pebble of Kajaro is rewarded'),(15,21268,0,0,0,8,0,8074,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Augur\'s Belt is rewarded'),(15,21268,1,0,0,8,0,8056,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Augur\'s Bracers is rewarded'),(15,21268,2,0,0,8,0,8075,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Augur\'s Hauberk is rewarded'),(15,21268,3,0,0,8,0,8119,0,0,0,0,'','Only allow gossip option to be visible if quest The Unmarred Vision of Voodress is rewarded'),(15,21268,4,0,0,8,0,8116,0,0,0,0,'','Only allow gossip option to be visible if quest Vision of Voodress is rewarded'),(15,21268,5,0,0,8,0,8117,0,0,0,0,'','Only allow gossip option to be visible if quest Vision of Voodress is rewarded'),(15,21268,6,0,0,8,0,8118,0,0,0,0,'','Only allow gossip option to be visible if quest Vision of Voodress is rewarded'),(15,21269,0,0,0,8,0,8064,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Haruspex\'s Belt is rewarded'),(15,21269,1,0,0,8,0,8057,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Haruspex\'s Bracers is rewarded'),(15,21269,2,0,0,8,0,8065,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Haruspex\'s Tunic is rewarded'),(15,21269,3,0,0,8,0,8113,0,0,0,0,'','Only allow gossip option to be visible if quest Pristine Enchanted South Seas Kelp is rewarded'),(15,21269,4,0,0,8,0,8110,0,0,0,0,'','Only allow gossip option to be visible if quest Enchanted South Seas Kelp is rewarded'),(15,21269,5,0,0,8,0,8111,0,0,0,0,'','Only allow gossip option to be visible if quest Enchanted South Seas Kelp is rewarded'),(15,21269,6,0,0,8,0,8112,0,0,0,0,'','Only allow gossip option to be visible if quest Enchanted South Seas Kelp is rewarded'),(15,21270,0,0,0,8,0,8063,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Madcap\'s Bracers is rewarded'),(15,21270,1,0,0,8,0,8072,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Madcap\'s Mantle is rewarded'),(15,21270,2,0,0,8,0,8073,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Madcap\'s Tunic is rewarded'),(15,21270,3,0,0,8,0,8144,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Mastery Talisman is rewarded'),(15,21270,4,0,0,8,0,8141,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Talisman is rewarded'),(15,21270,5,0,0,8,0,8142,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Talisman is rewarded'),(15,21270,6,0,0,8,0,8143,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Talisman is rewarded'),(15,21271,0,0,0,8,0,8066,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Predator\'s Belt is rewarded'),(15,21271,1,0,0,8,0,8062,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Predator\'s Bracers is rewarded'),(15,21271,2,0,0,8,0,8067,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Predator\'s Mantle is rewarded'),(15,21271,3,0,0,8,0,8148,0,0,0,0,'','Only allow gossip option to be visible if quest Maelstrom\'s Wrath is rewarded'),(15,21271,4,0,0,8,0,8145,0,0,0,0,'','Only allow gossip option to be visible if quest The Maelstrom\'s Tendril is rewarded'),(15,21271,5,0,0,8,0,8146,0,0,0,0,'','Only allow gossip option to be visible if quest The Maelstrom\'s Tendril is rewarded'),(15,21271,6,0,0,8,0,8147,0,0,0,0,'','Only allow gossip option to be visible if quest The Maelstrom\'s Tendril is rewarded'),(15,6321,0,0,0,8,0,8053,0,0,0,0,'','Only allow main gossip to be visible if quest Paragons of Power: The Freethinker\'s Armguards is rewarded'),(15,6321,0,0,1,8,0,8054,0,0,0,0,'','Only allow main gossip to be visible if quest Paragons of Power: The Freethinker\'s Belt is rewarded'),(15,6321,0,0,2,8,0,8055,0,0,0,0,'','Only allow main gossip to be visible if quest Paragons of Power: The Freethinker\'s Breastplate is rewarded'),(15,6321,0,0,3,8,0,8048,0,0,0,0,'','Only allow main gossip to be visible if quest The Hero\'s Brand is rewarded'),(15,6321,0,0,4,8,0,8045,0,0,0,0,'','Only allow main gossip to be visible if quest The Heathen\'s Brand is rewarded'),(15,6321,0,0,5,8,0,8046,0,0,0,0,'','Only allow main gossip to be visible if quest The Heathen\'s Brand is rewarded'),(15,6321,0,0,6,8,0,8047,0,0,0,0,'','Only allow main gossip to be visible if quest The Heathen\'s Brand is rewarded'),(15,6321,1,0,0,8,0,8058,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Vindicator\'s Armguards is rewarded'),(15,6321,1,0,1,8,0,8078,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Vindicator\'s Belt is rewarded'),(15,6321,1,0,2,8,0,8079,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Vindicator\'s Breastplate is rewarded'),(15,6321,1,0,3,8,0,8044,0,0,0,0,'','Only allow gossip option to be visible if quest The Rage of Mugamba is rewarded'),(15,6321,1,0,4,8,0,8041,0,0,0,0,'','Only allow gossip option to be visible if quest Strength of Mount Mugamba is rewarded'),(15,6321,1,0,5,8,0,8042,0,0,0,0,'','Only allow gossip option to be visible if quest Strength of Mount Mugamba is rewarded'),(15,6321,1,0,6,8,0,8043,0,0,0,0,'','Only allow gossip option to be visible if quest Strength of Mount Mugamba is rewarded'),(15,6322,0,0,0,8,0,8070,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Confessor\'s Bindings is rewarded'),(15,6322,0,0,1,8,0,8071,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Confessor\'s Mantle is rewarded'),(15,6322,0,0,2,8,0,8061,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Confessor\'s Wraps is rewarded'),(15,6322,0,0,3,8,0,8052,0,0,0,0,'','Only allow gossip option to be visible if quest The All-Seeing Eye of Zuldazar is rewarded'),(15,6322,0,0,4,8,0,8049,0,0,0,0,'','Only allow gossip option to be visible if quest The Eye of Zuldazar is rewarded'),(15,6322,0,0,5,8,0,8050,0,0,0,0,'','Only allow gossip option to be visible if quest The Eye of Zuldazar is rewarded'),(15,6322,0,0,6,8,0,8051,0,0,0,0,'','Only allow gossip option to be visible if quest The Eye of Zuldazar is rewarded'),(15,6322,1,0,0,8,0,8076,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Demoniac\'s Mantle is rewarded'),(15,6322,1,0,1,8,0,8077,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Demoniac\'s Robes is rewarded'),(15,6322,1,0,2,8,0,8059,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Demoniac\'s Wraps is rewarded'),(15,6322,1,0,3,8,0,8109,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Unstoppable Taint is rewarded'),(15,6322,1,0,4,8,0,8106,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Taint is rewarded'),(15,6322,1,0,5,8,0,8107,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Taint is rewarded'),(15,6322,1,0,6,8,0,8108,0,0,0,0,'','Only allow gossip option to be visible if quest Kezan\'s Taint is rewarded'),(15,6322,2,0,0,8,0,8068,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Illusionist\'s Mantle is rewarded'),(15,6322,2,0,1,8,0,8069,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Illusionist\'s Robes is rewarded'),(15,6322,2,0,2,8,0,8060,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Illusionist\'s Wraps is rewarded'),(15,6322,2,0,3,8,0,8104,0,0,0,0,'','Only allow gossip option to be visible if quest The Jewel of Kajaro is rewarded'),(15,6322,2,0,4,8,0,8101,0,0,0,0,'','Only allow gossip option to be visible if quest The Pebble of Kajaro is rewarded'),(15,6322,2,0,5,8,0,8102,0,0,0,0,'','Only allow gossip option to be visible if quest The Pebble of Kajaro is rewarded'),(15,6322,2,0,6,8,0,8103,0,0,0,0,'','Only allow gossip option to be visible if quest The Pebble of Kajaro is rewarded'),(15,6341,0,0,0,8,0,8074,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Augur\'s Belt is rewarded'),(15,6341,0,0,1,8,0,8056,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Augur\'s Bracers is rewarded'),(15,6341,0,0,2,8,0,8075,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Augur\'s Hauberk is rewarded'),(15,6341,0,0,3,8,0,8119,0,0,0,0,'','Only allow gossip option to be visible if quest The Unmarred Vision of Voodress is rewarded'),(15,6341,0,0,4,8,0,8116,0,0,0,0,'','Only allow gossip option to be visible if quest Vision of Voodress is rewarded'),(15,6341,0,0,5,8,0,8117,0,0,0,0,'','Only allow gossip option to be visible if quest Vision of Voodress is rewarded'),(15,6341,0,0,6,8,0,8118,0,0,0,0,'','Only allow gossip option to be visible if quest Vision of Voodress is rewarded'),(15,6341,1,0,0,8,0,8064,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Haruspex\'s Belt is rewarded'),(15,6341,1,0,1,8,0,8057,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Haruspex\'s Bracers is rewarded'),(15,6341,1,0,2,8,0,8065,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Haruspex\'s Tunic is rewarded'),(15,6341,1,0,3,8,0,8113,0,0,0,0,'','Only allow gossip option to be visible if quest Pristine Enchanted South Seas Kelp is rewarded'),(15,6341,1,0,4,8,0,8110,0,0,0,0,'','Only allow gossip option to be visible if quest Enchanted South Seas Kelp is rewarded'),(15,6341,1,0,5,8,0,8111,0,0,0,0,'','Only allow gossip option to be visible if quest Enchanted South Seas Kelp is rewarded'),(15,6341,1,0,6,8,0,8112,0,0,0,0,'','Only allow gossip option to be visible if quest Enchanted South Seas Kelp is rewarded'),(15,21262,0,0,0,8,0,8063,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Madcap\'s Bracers is rewarded'),(15,21262,0,0,1,8,0,8072,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Madcap\'s Mantle is rewarded'),(15,21262,0,0,2,8,0,8073,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Madcap\'s Tunic is rewarded'),(15,21262,0,0,3,8,0,8144,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Mastery Talisman is rewarded'),(15,21262,0,0,4,8,0,8141,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Talisman is rewarded'),(15,21262,0,0,5,8,0,8142,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Talisman is rewarded'),(15,21262,0,0,6,8,0,8143,0,0,0,0,'','Only allow gossip option to be visible if quest Zandalarian Shadow Talisman is rewarded'),(15,21262,1,0,0,8,0,8066,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Predator\'s Belt is rewarded'),(15,21262,1,0,1,8,0,8062,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Predator\'s Bracers is rewarded'),(15,21262,1,0,2,8,0,8067,0,0,0,0,'','Only allow gossip option to be visible if quest Paragons of Power: The Predator\'s Mantle is rewarded'),(15,21262,1,0,3,8,0,8148,0,0,0,0,'','Only allow gossip option to be visible if quest Maelstrom\'s Wrath is rewarded'),(15,21262,1,0,4,8,0,8145,0,0,0,0,'','Only allow gossip option to be visible if quest The Maelstrom\'s Tendril is rewarded'),(15,21262,1,0,5,8,0,8146,0,0,0,0,'','Only allow gossip option to be visible if quest The Maelstrom\'s Tendril is rewarded'),(15,21262,1,0,6,8,0,8147,0,0,0,0,'','Only allow gossip option to be visible if quest The Maelstrom\'s Tendril is rewarded'),(17,0,55288,0,0,18,0,1,0,0,0,0,'','It\'s All Fun and Games: The Ocular On Death'),(19,0,12897,0,0,8,0,12893,0,0,0,0,'','If he cannot be turned - horde'),(19,0,12896,0,0,8,0,12893,0,0,0,0,'','If he cannot be turned - alliance'),(19,0,13146,0,0,8,0,13145,0,0,0,0,'','Generosity Abounds'),(19,0,13160,0,0,8,0,13145,0,0,0,0,'','Stunning View'),(19,0,13147,0,0,8,0,13145,0,0,0,0,'','Matchmaker'),(19,0,13161,0,0,8,0,13146,0,0,0,0,'','The Rider of the Unholy'),(19,0,13161,0,0,8,0,13147,0,0,0,0,'','The Rider of the Unholy'),(19,0,13161,0,0,8,0,13160,0,0,0,0,'','The Rider of the Unholy'),(19,0,13162,0,0,8,0,13146,0,0,0,0,'','The Rider of Frost'),(19,0,13162,0,0,8,0,13147,0,0,0,0,'','The Rider of Frost'),(19,0,13162,0,0,8,0,13160,0,0,0,0,'','The Rider of Frost'),(19,0,13163,0,0,8,0,13146,0,0,0,0,'','The Rider of Blood'),(19,0,13163,0,0,8,0,13147,0,0,0,0,'','The Rider of Blood'),(19,0,13163,0,0,8,0,13160,0,0,0,0,'','The Rider of Blood'),(19,0,13164,0,0,8,0,13161,0,0,0,0,'','The Fate of Bloodbane'),(19,0,13164,0,0,8,0,13162,0,0,0,0,'','The Fate of Bloodbane'),(19,0,13164,0,0,8,0,13163,0,0,0,0,'','The Fate of Bloodbane'),(13,0,70346,0,0,18,0,1,37672,0,0,0,'','Slime Puddle - target Mutated Abomination'),(13,0,72456,0,0,18,0,1,38285,0,0,0,'','Slime Puddle - target Mutated Abomination'),(13,0,72868,0,0,18,0,1,37672,0,0,0,'','Slime Puddle - target Mutated Abomination'),(13,0,72869,0,0,18,0,1,38285,0,0,0,'','Slime Puddle - target Mutated Abomination'),(13,0,65875,0,0,18,0,1,34497,2,0,0,'','Twins Pact - Dark'),(13,0,67303,0,0,18,0,1,34497,2,0,0,'','Twins Pact - Dark'),(13,0,67304,0,0,18,0,1,34497,2,0,0,'','Twins Pact - Dark'),(13,0,67305,0,0,18,0,1,34497,2,0,0,'','Twins Pact - Dark'),(13,0,65876,0,0,18,0,1,34496,2,0,0,'','Twins Pact - Light'),(13,0,67306,0,0,18,0,1,34496,2,0,0,'','Twins Pact - Light'),(13,0,67307,0,0,18,0,1,34496,2,0,0,'','Twins Pact - Light'),(13,0,67308,0,0,18,0,1,34496,2,0,0,'','Twins Pact - Light'),(13,0,62584,0,0,18,0,1,33202,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,62584,0,0,18,0,1,32919,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,62584,0,0,18,0,1,32916,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,62584,0,0,18,0,1,32906,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,62584,0,0,18,0,1,33203,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,62584,0,0,18,0,1,32918,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,62584,0,0,18,0,1,33215,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,33202,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,32919,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,32916,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,32906,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,33203,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,32918,0,0,0,'','target for Lifebinder\'s Gift'),(13,0,64185,0,0,18,0,1,33215,0,0,0,'','target for Lifebinder\'s Gift'),(15,3701,0,0,0,2,0,14544,1,0,0,0,'','Neeru Fireblade: Quest Hidden Enemies gossip option - requires item Lieutenant\'s Insignia'),(14,21272,4533,0,0,2,0,14544,1,0,0,0,'','Neeru Fireblade: Quest Hidden Enemies gossip 1 - requires item Lieutenant\'s Insignia'),(14,21273,4534,0,0,2,0,14544,1,0,0,0,'','Neeru Fireblade: Quest Hidden Enemies gossip 2 - requires item Lieutenant\'s Insignia'),(14,21274,4535,0,0,2,0,14544,1,0,0,0,'','Neeru Fireblade: Quest Hidden Enemies gossip 3 - requires item Lieutenant\'s Insignia'),(14,21275,4536,0,0,2,0,14544,1,0,0,0,'','Neeru Fireblade: Quest Hidden Enemies gossip 4 - requires item Lieutenant\'s Insignia'),(13,0,66512,0,0,18,0,0,195308,0,0,0,'','Pound Drum: Target Mysterious Snow Mound'),(13,0,66512,0,0,18,0,0,195309,0,0,0,'','Pound Drum: Target Mysterious Snow Mound'),(14,21276,7901,0,0,2,0,20949,1,0,0,0,'','Spirit of Azuregos - show gossip 7901 if player has item Magical Ledger'),(14,21276,7885,0,0,14,0,8575,0,0,0,0,'','Spirit of Azuregos - show gossip 7885 if player does not have quest Azuregos\'s Magical Ledger'),(14,21276,7885,0,0,8,0,8555,0,0,0,0,'','Spirit of Azuregos - show gossip 7885 if player has quest The Charge of the Dragonflights rewarded'),(14,21276,7881,0,0,14,0,8555,0,0,0,0,'','Spirit of Azuregos - show gossip 7881 if player does not have quest The Charge of the Dragonflights'),(15,21276,0,0,0,14,0,8575,0,0,0,0,'','Spirit of Azuregos - show gossip option if player does not have quest Azuregos\'s Magical Ledger'),(15,21276,0,0,0,8,0,8555,0,0,0,0,'','Spirit of Azuregos - show gossip option if player has quest The Charge of the Dragonflights rewarded'),(13,0,62343,0,0,18,0,1,33121,0,0,0,'','Heat to Iron Construct'),(13,0,62488,0,0,18,0,1,33121,0,0,0,'','Activate Construct to iron Construct'),(13,0,65044,0,11,18,0,1,33060,0,0,0,'','Flames to Salvaged Salvaged Siege Engine'),(13,0,65044,0,10,18,0,1,33109,0,0,0,'','Flames to Salvaged Demolisher'),(13,0,65044,0,9,18,0,1,34045,0,0,0,'','Flames to Salvaged Chopper'),(13,0,65044,0,8,18,0,1,33062,0,0,0,'','Flames to Salvaged Chopper'),(13,0,65044,0,7,18,0,1,34161,0,0,0,'','Flames to Mechanostriker 54-A'),(13,0,65044,0,6,18,0,1,33090,0,0,0,'','Flames to Pool of Tar'),(13,0,65044,0,5,18,0,1,33189,0,0,0,'','Flames to Liquid pyrite'),(13,0,65044,0,4,18,0,1,33237,0,0,0,'','Flames to Ulduar Colossus'),(13,0,65044,0,3,18,0,1,33572,0,0,0,'','Flames to Steelforged Defender'),(13,0,65044,0,2,18,0,1,33236,0,0,0,'','Flames to Steelforged Defender'),(13,0,65044,0,1,18,0,1,34234,0,0,0,'','Flames to Runeforged Sentry'),(13,0,62911,0,0,18,0,1,33365,0,0,0,'','Thorim\'s Hammer to Thorim\'s Hammer'),(13,0,62906,0,0,18,0,1,33367,0,0,0,'','Freya\'s Ward to Freya\'s Ward'),(13,0,62705,0,1,18,0,1,33060,0,0,0,'','Auto-repair to Salvaged Siege Engine'),(13,0,62705,0,2,18,0,1,33067,0,0,0,'','Auto-repair to Salvaged Siege Turret'),(13,0,62705,0,3,18,0,1,33062,0,0,0,'','Auto-repair to Salvaged Chopper'),(13,0,62705,0,4,18,0,1,33109,0,0,0,'','Auto-repair to Salvaged Demolisher'),(13,0,62705,0,5,18,0,1,33167,0,0,0,'','Auto-repair to Salvaged Demolisher Mechanic Seat'),(13,0,63294,0,0,18,0,1,33367,0,0,0,'','Freya Dummy Blue to Freya\'s Ward'),(13,0,63295,0,0,18,0,1,33367,0,0,0,'','Freya Dummy Green to Freya\'s Ward'),(13,0,63292,0,0,18,0,1,33367,0,0,0,'','Freya Dummy Yellow to Freya\'s Ward'),(13,0,65045,0,1,18,0,1,34234,0,0,0,'','Flames to Runeforged Sentry'),(13,0,65045,0,2,18,0,1,33236,0,0,0,'','Flames to Steelforged Defender'),(13,0,65045,0,3,18,0,1,33572,0,0,0,'','Flames to Steelforged Defender'),(13,0,65045,0,4,18,0,1,33237,0,0,0,'','Flames to Ulduar Colossus'),(13,0,65045,0,5,18,0,1,33189,0,0,0,'','Flames to Liquid pyrite'),(13,0,65045,0,6,18,0,1,33090,0,0,0,'','Flames to Pool of Tar'),(13,0,65045,0,7,18,0,1,34161,0,0,0,'','Flames to Mechanostriker 54-A'),(13,0,65045,0,8,18,0,1,33062,0,0,0,'','Flames to Salvaged Chopper'),(13,0,65045,0,9,18,0,1,34045,0,0,0,'','Flames to Salvaged Chopper'),(13,0,65045,0,10,18,0,1,33109,0,0,0,'','Flames to Salvaged Demolisher'),(13,0,65045,0,11,18,0,1,33060,0,0,0,'','Flames to Salvaged Salvaged Siege Engine'),(14,21289,15038,0,0,1,0,58493,0,0,0,0,'','Mohawk Grenade - aura'),(13,0,66152,0,0,18,0,1,34720,1,0,0,'','Light Bullets Stalker - Light Orb Spawn'),(13,0,66153,0,0,18,0,1,34704,1,0,0,'','Dark Bullets Stalker - Dark Orb Spawn'),(18,0,35352,0,0,24,0,1,25752,0,0,0,'','Spell Power of the Storm can only be cast at Scavenge-bot 004-A8'),(18,0,35352,0,0,24,0,1,25792,0,0,0,'','Spell Power of the Storm can only be cast at Scavenge-bot 005-B6'),(18,0,35352,0,0,24,0,1,25758,0,0,0,'','Spell Power of the Storm can only be cast at Defendo-tank 66D'),(18,0,35352,0,0,24,0,1,25753,0,0,0,'','Spell Power of the Storm can only be cast at Sentry-bot 57-K'),(18,0,41058,0,0,24,0,1,29625,0,0,0,'','Hyldnir Harpoon target Hyldsmeet Proto-Drake'),(18,0,41058,0,0,24,0,1,29754,0,0,0,'','Hyldnir Harpoon target Column Ornament'),(17,0,43209,0,0,23,0,4534,0,0,0,64,'','Place Ram Meat can only be used in Wildervar Mine'),(15,8336,0,0,0,9,0,10577,0,0,0,0,'','Only show first gossip if player is on quest What Illidan Wants, Illidan Gets...'),(18,0,45080,0,0,24,0,1,33498,0,0,0,'','Item:Large Femur only target Maloric'),(17,0,63126,0,0,9,0,13654,0,0,0,0,'','Needs taken Quest 13654 to perform Spell: Search Maloric'),(15,10137,0,0,0,9,0,13300,0,0,0,0,'','Only show first gossip if player is on quest Slaves to Saronite Alliance'),(18,0,36956,0,0,24,0,2,26616,0,0,0,'','Item Elune Liquid Fire target Blighted Elk (dead)'),(15,9485,0,0,0,9,0,12204,0,0,0,0,'',NULL),(15,9484,0,0,0,9,0,12204,0,0,0,0,'',NULL),(15,8161,0,0,0,9,0,10368,0,0,0,0,'','Only show gossip if player is on quest The Dreghood Elders'),(15,8163,0,0,0,9,0,10368,0,0,0,0,'','Only show gossip if player is on quest The Dreghood Elders'),(15,8162,0,0,0,9,0,10368,0,0,0,0,'','Only show gossip if player is on quest The Dreghood Elders'),(15,9880,0,0,0,9,0,12980,0,0,0,0,'','The Armor\'s Secrets'),(15,7868,0,0,0,9,0,10097,0,0,0,0,'',NULL),(13,0,71614,0,0,18,0,1,38995,0,0,0,'','Ice Lock - target Highlord Tirion Fordring'),(13,0,70338,0,0,18,0,1,0,0,0,0,'','Necrotic Plague - target player'),(13,0,70338,0,0,18,0,1,37698,0,0,0,'','Necrotic Plague - target Shambling Horror'),(13,0,70338,0,0,18,0,1,37695,0,0,0,'','Necrotic Plague - target Drudge Ghoul'),(13,0,73785,0,0,18,0,1,0,0,0,0,'','Necrotic Plague - target player'),(13,0,73785,0,0,18,0,1,37698,0,0,0,'','Necrotic Plague - target Shambling Horror'),(13,0,73785,0,0,18,0,1,37695,0,0,0,'','Necrotic Plague - target Drudge Ghoul'),(13,0,73786,0,0,18,0,1,0,0,0,0,'','Necrotic Plague - target player'),(13,0,73786,0,0,18,0,1,37698,0,0,0,'','Necrotic Plague - target Shambling Horror'),(13,0,73786,0,0,18,0,1,37695,0,0,0,'','Necrotic Plague - target Drudge Ghoul'),(13,0,73787,0,0,18,0,1,0,0,0,0,'','Necrotic Plague - target player'),(13,0,73787,0,0,18,0,1,37698,0,0,0,'','Necrotic Plague - target Shambling Horror'),(13,0,73787,0,0,18,0,1,37695,0,0,0,'','Necrotic Plague - target Drudge Ghoul'),(13,0,68981,0,0,18,0,0,202141,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing02'),(13,0,68981,0,0,18,0,0,202142,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing01'),(13,0,68981,0,0,18,0,0,202143,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing03'),(13,0,68981,0,0,18,0,0,202144,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing04'),(13,0,74270,0,0,18,0,0,202141,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing02'),(13,0,74270,0,0,18,0,0,202142,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing01'),(13,0,74270,0,0,18,0,0,202143,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing03'),(13,0,74270,0,0,18,0,0,202144,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing04'),(13,0,74271,0,0,18,0,0,202141,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing02'),(13,0,74271,0,0,18,0,0,202142,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing01'),(13,0,74271,0,0,18,0,0,202143,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing03'),(13,0,74271,0,0,18,0,0,202144,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing04'),(13,0,74272,0,0,18,0,0,202141,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing02'),(13,0,74272,0,0,18,0,0,202142,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing01'),(13,0,74272,0,0,18,0,0,202143,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing03'),(13,0,74272,0,0,18,0,0,202144,0,0,0,'','Remorseless Winter - target Doodad_IceShard_standing04'),(13,0,72262,0,0,18,0,1,22515,0,0,0,'','Quake - target World Trigger'),(13,0,71440,0,0,18,0,1,36597,0,0,0,'','Harvest Soul - target The Lich King'),(13,0,76379,0,0,18,0,1,36597,0,0,0,'','Harvest Soul - target The Lich King'),(13,0,74086,0,0,18,0,1,0,0,0,0,'','Destroy Soul - target player'),(13,0,72595,0,0,18,0,1,0,0,0,0,'','Restore Soul - target player'),(13,0,73650,0,0,18,0,1,0,0,0,0,'','Restore Soul - target player'),(13,0,72679,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,74318,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,74319,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,74320,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,73028,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,74321,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,73650,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,74323,0,0,18,0,1,36597,0,0,0,'','Harvested Soul - target The Lich King'),(13,0,73582,0,0,18,0,1,39190,0,0,0,'','Trigger Vile Spirit (Inside, Heroic) - target Wicked Spirit'),(13,0,71809,0,0,18,0,1,36597,0,0,0,'','Jump - target The Lich King'),(13,0,71811,0,0,18,0,1,36597,0,0,0,'','Jump - target The Lich King'),(13,0,72431,0,0,18,0,1,0,0,0,0,'','Jump - target player'),(13,0,72405,0,0,18,0,1,38995,0,0,0,'','Broken Frostmourne - target Highlord Tirion Fordring'),(13,0,72429,0,0,18,0,1,0,0,0,0,'','Mass Resurrection - target player'),(13,0,73159,0,0,18,0,1,0,0,0,0,'','Play Movie - target player'),(4,24095,37664,0,0,9,0,12433,0,0,0,0,'','Element 115 - Seeking Solvent'),(4,24095,37664,0,1,9,0,12434,0,0,0,0,'','Element 115 - Always Seeking Solvent'),(4,24095,37664,0,2,9,0,12443,0,0,0,0,'','Element 115 - Seeking Solvent'),(4,24095,37664,0,3,9,0,12446,0,0,0,0,'','Element 115 - Always Seeking Solvent'),(4,24095,37664,0,4,9,0,12437,0,0,0,0,'','Element 115 - Riding the Red Rocket A'),(4,24095,37664,0,5,9,0,12432,0,0,0,0,'','Element 115 - Riding the Red Rocket H'),(15,40060,0,0,0,9,0,4022,0,0,0,0,'','Show gossip if on quest A Taste of Flame (1) OR'),(15,40060,0,0,1,9,0,4023,0,0,0,0,'','Show gossip if on quest A Taste of Flame (2) OR'),(15,40060,0,0,2,9,0,4024,0,0,0,0,'','Show gossip if on quest A Taste of Flame (3) OR'),(15,10857,0,0,0,9,0,20439,0,0,0,0,'',NULL),(15,10858,0,0,0,9,0,24451,0,0,0,0,'',NULL),(15,10858,1,0,0,9,0,20439,0,0,0,0,'',NULL),(1,39166,51315,0,0,2,0,51315,1,1,1,0,'','Sealed Chest will drop only if the player doesn\'t have it already'),(15,9713,0,0,0,9,0,12644,0,0,0,0,'',NULL),(13,0,51931,0,0,18,0,1,28535,0,0,0,'',NULL),(13,0,51931,0,0,18,0,1,28536,0,0,0,'',NULL),(13,0,51931,0,0,18,0,1,28537,0,0,0,'',NULL),(13,0,51933,0,0,18,0,1,28535,0,0,0,'',NULL),(13,0,51933,0,0,18,0,1,28536,0,0,0,'',NULL),(13,0,51933,0,0,18,0,1,28537,0,0,0,'',NULL),(13,0,51932,0,0,18,0,1,28535,0,0,0,'',NULL),(13,0,51932,0,0,18,0,1,28536,0,0,0,'',NULL),(13,0,51932,0,0,18,0,1,28537,0,0,0,'',NULL),(15,55000,0,0,0,9,0,13549,0,0,0,0,'','Only show gossip if player is on quest Tails Up'),(17,0,62105,0,0,19,0,29327,0,0,0,0,'','Spell To\'kini\'s Blowgun can only be cast at Frost Leopard'),(17,0,62105,0,1,19,0,29319,0,0,0,0,'','Spell To\'kini\'s Blowgun can only be cast at Icepaw Bear'),(17,0,35372,0,0,23,0,3880,0,0,0,0,'','Protector Igniter can only be used inside Access Shaft Zeon'),(13,0,32314,0,1,18,0,1,18064,0,0,0,'','Spell Place Kil\'sorrow Banner can not only be cast on Warmaul Ogres'),(13,0,55161,0,0,18,0,1,29746,0,0,0,'','Spell Retrieve Data does only target Databank'),(13,0,32307,0,1,18,0,1,17147,0,0,0,'','Spell Place Kil\'sorrow Banner can not only be cast on Kil\'sorrow mobs'),(13,0,32307,0,2,18,0,1,17146,0,0,0,'','Spell Place Kil\'sorrow Banner can not only be cast on Kil\'sorrow mobs'),(13,0,32307,0,3,18,0,1,18391,0,0,0,'','Spell Place Kil\'sorrow Banner can not only be cast on Kil\'sorrow mobs'),(18,0,24501,0,0,24,0,1,17157,0,0,0,'','Item Gordawgs Boulder can only be used if target is Shattered Rumbler'),(15,21290,0,0,0,9,0,9918,0,0,0,0,'','Only show first gossip if player is on quest Not On My Watch!'),(15,21295,0,0,0,9,0,10108,0,0,0,0,'','Only show first gossip if player is on quest Diplomatic Measures (alliance)'),(15,21295,0,0,1,9,0,10107,0,0,0,0,'','Only show first gossip if player is on quest Diplomatic Measures (horde)'),(15,21304,0,0,0,9,0,9991,0,0,0,0,'','Only show first gossip if player is on quest Survey the Land'),(15,21304,1,0,0,9,0,10646,0,0,0,0,'','Only show first gossip if player is on quest Illidans Pupil'),(18,0,28547,0,0,24,0,1,18881,0,0,0,'','Item Elemental Power Extractor can only be used if target is Sundered Rumbler'),(18,0,28547,0,0,24,0,1,18865,0,0,0,'','Item Elemental Power Extractor can only be used if target is Warp Aberration'),(15,21310,0,0,0,9,0,8483,0,0,0,0,'','Only show first gossip if player is on quest The Dwarven Spy'),(13,0,43371,0,0,18,0,1,0,0,0,0,'','Bjorn Kill Credit - Players'),(18,0,33621,0,0,24,0,1,24198,0,0,63,'','Plague Spray - Plagued Dragonflayer Rune-Caster'),(18,0,33621,0,0,24,0,1,23564,0,0,63,'','Plague Spray - Plagued Dragonflayer Tribesman'),(13,0,43385,0,0,18,0,1,0,0,0,0,'','Plagued Vrykul Dummy - Players'),(13,0,69922,0,0,18,0,1,37094,0,0,0,'','Temper Quel\'Delar - Crucible of Souls'),(13,0,39184,0,0,18,0,1,16878,0,0,0,'','Spell Anchorite Contrition targets Shattered Hand Berserker'),(13,0,39206,0,0,18,0,1,22444,0,0,0,'','Spell Summon Fel Spirit targets Anchorite Relic Bunny'),(18,0,36732,0,0,24,0,1,26293,0,0,0,'','Potent Explosive Charge only targets Hulking Jormungar'),(17,0,47305,0,0,20,0,80,0,0,0,0,'','Potent Explosive Charge requires target to be below 80% HP'),(15,9015,0,0,0,9,0,11466,0,0,0,0,'','Only show first gossip if player is on quest Gambling Debt'),(15,9025,0,0,0,9,0,11466,0,0,0,0,'','Only show first gossip if player is on quest Gambling Debt'),(18,0,34083,0,0,24,0,1,24669,0,0,63,'','Awakening Rod target limit to Dormant Vrykul'),(15,21312,0,0,0,9,0,4941,0,0,0,0,'',NULL),(14,3062,3794,0,0,14,0,826,0,0,0,0,'','Bom\'bay - show text 3794 if player does not have quest Zalazane'),(14,3062,3795,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show text 3795 if player has quest Zalazane rewarded'),(15,3062,0,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 0 if player has quest Zalazane rewarded'),(15,3062,1,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 1 if player has quest Zalazane rewarded'),(15,3062,2,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 2 if player has quest Zalazane rewarded'),(15,3062,3,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 3 if player has quest Zalazane rewarded'),(15,3062,4,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 4 if player has quest Zalazane rewarded'),(15,3062,5,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 5 if player has quest Zalazane rewarded'),(15,3062,6,0,0,8,0,826,0,0,0,0,'','Bom\'bay - show gossip option 6 if player has quest Zalazane rewarded'),(13,0,61863,0,0,18,0,1,0,0,0,0,'','The Prophet Tharon\'ja - Achievement Check'),(13,0,68663,0,0,18,0,1,0,0,0,0,'','The Black Knight - Kill Credit'),(13,0,58630,0,0,18,0,1,0,0,0,0,'','Mal\'Ganis - Kill Credit'),(15,9155,0,0,0,9,0,11658,0,0,0,0,'','Only show gossip if player has quest Plan B'),(15,9156,0,0,0,9,0,11658,0,0,0,0,'','Only show gossip if player has quest Plan B'),(15,9155,0,0,0,2,0,34842,10,0,0,0,'','Only show gossip if player has less then 10 outfits'),(15,9156,0,0,0,2,0,34842,10,0,0,0,'','Only show gossip if player has less then 10 outfits'),(14,4486,539,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4486,538,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(15,9024,0,0,0,9,0,11485,0,0,0,0,'','Show gossip option if player has quest Iron Rune Constructs and You: Rocket Jumping'),(15,9024,1,0,0,9,0,11489,0,0,0,0,'','Show gossip option if player has quest Iron Rune Constructs and You: Collecting Data'),(15,9024,2,0,0,9,0,11491,0,0,0,0,'','Show gossip option if player has quest Iron Rune Constructs and You: The Bluff'),(15,9024,3,0,0,9,0,11494,0,0,0,0,'','Show gossip option if player has quest Lightning Infused Relics'),(14,9562,12882,0,0,8,0,12311,0,0,0,0,'','Show gossip text if player completed quest The Noble\'s Crypt'),(16,0,28222,0,0,23,0,4282,0,0,0,0,'','Ride vehicle only in Area'),(15,8703,0,0,0,8,0,11025,0,0,0,0,'','Apexis Relic Gossip Condition - Must have completed quest The Crystals'),(15,8703,0,0,0,2,0,32569,1,0,0,0,'','Apexis Relic Gossip Condition - Must have an Apexis Shard'),(15,8704,0,0,0,9,0,11059,0,0,0,0,'','Apexis Monument Gossip Condition - Must be on quest Guardian of the Monument'),(15,8704,0,0,0,2,0,32569,35,0,0,0,'','Apexis Monument Gossip Condition - Must have 35 Apexis Shard'),(13,0,40244,0,0,18,0,0,185604,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185609,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185617,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185625,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185637,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185640,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185647,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185649,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185652,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185659,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185660,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185665,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185669,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185673,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185770,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185772,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185776,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185780,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185784,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185791,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185795,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185796,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185807,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185808,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185812,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185816,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185820,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185824,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185828,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185832,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185836,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185840,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185844,0,0,0,'','Simon Game - Blue visual target Large Blue Cluster'),(13,0,40244,0,0,18,0,0,185848,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40244,0,0,18,0,0,185853,0,0,0,'','Simon Game - Blue visual target Blue Cluster'),(13,0,40245,0,0,18,0,0,185605,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185611,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185619,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185627,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185639,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185641,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185646,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185651,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185654,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185658,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185661,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185667,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185671,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185675,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185768,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185774,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185777,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185781,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185786,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185789,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185793,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185798,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185805,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185810,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185814,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185818,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185822,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185826,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185830,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185834,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185838,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185842,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185846,0,0,0,'','Simon Game - Green visual target Large Green Cluster'),(13,0,40245,0,0,18,0,0,185850,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40245,0,0,18,0,0,185855,0,0,0,'','Simon Game - Green visual target Green Cluster'),(13,0,40246,0,0,18,0,0,185606,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185613,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185621,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185626,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185638,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185642,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185645,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185650,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185655,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185657,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185662,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185666,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185670,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185674,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185771,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185773,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185778,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185782,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185785,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185788,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185794,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185797,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185804,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185809,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185815,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185817,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185823,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185827,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185831,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185835,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185839,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185843,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185845,0,0,0,'','Simon Game - Red visual target Large Red Cluster'),(13,0,40246,0,0,18,0,0,185851,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40246,0,0,18,0,0,185854,0,0,0,'','Simon Game - Red visual target Red Cluster'),(13,0,40247,0,0,18,0,0,185607,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185615,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185623,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185624,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185636,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185643,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185644,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185648,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185653,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185656,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185663,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185664,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185668,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185672,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185769,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185775,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185779,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185783,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185787,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185790,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185792,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185803,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185806,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185811,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185813,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185819,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185821,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185825,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185829,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185833,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185837,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185841,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185847,0,0,0,'','Simon Game - Yellow visual target Large Yellow Cluster'),(13,0,40247,0,0,18,0,0,185849,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(13,0,40247,0,0,18,0,0,185852,0,0,0,'','Simon Game - Yellow visual target Yellow Cluster'),(15,21248,1,0,0,9,0,11795,0,0,0,0,'',''),(15,7486,0,0,0,9,0,9692,0,0,0,0,'','Show gossip option if player has quest 9692 but not complete'),(14,9615,12998,0,0,1,0,50001,0,0,0,0,'','Drakuru has different gossip if player has aura 50001'),(14,9615,13001,0,0,8,0,11989,0,0,0,0,'','Drakuru has different gossip if player has quest 11989 rewarded'),(14,9632,13033,0,0,14,0,12178,0,0,0,0,'','Hidetrader Jun\'ik has gossip only if player has not taken quest 12178'),(14,9633,13034,0,0,14,0,12436,0,0,0,0,'','Provisioner Lorkran has gossip only if player has not taken quest 12436'),(15,9301,0,0,0,9,0,11984,0,0,0,0,'','Budd - Show gossip option if player has taken quest 11984'),(15,9512,0,0,0,9,0,12259,0,0,0,0,'','Flamebringer - Show gossip option if player has taken quest 12259'),(15,9512,0,0,1,9,0,12255,0,0,0,0,'','Flamebringer - Show gossip option if player has taken quest 12255'),(15,9615,0,0,0,1,0,50001,0,0,0,0,'','Drakuru - Show gossip option if player has aura 50001'),(15,10137,0,0,0,9,0,13302,0,0,0,0,'','Only show first gossip if player is on quest Slaves to Saronite Horde'),(13,0,48331,0,0,18,0,1,27327,0,0,0,'',NULL),(13,0,48246,0,0,18,0,1,0,0,0,0,'',NULL),(13,0,48277,0,0,18,0,1,26555,0,0,0,'',NULL),(13,0,48277,0,0,18,0,1,27327,0,0,0,'',NULL),(15,126,0,0,0,9,0,14420,0,0,0,0,'','Show Gossip Option If quest The Deathstalkers(new) is Incomplete'),(15,8701,0,0,0,9,0,11082,0,0,0,0,'','Show gossip option if player has Quest 11082 Seeker of Truth'),(19,0,13846,0,0,5,0,1106,127,0,0,0,'','Quest Contributin\' To The Cause - Requires Argent Crusade hated thru revered'),(1,23286,32726,0,1,2,0,32726,1,0,0,0,'','Murkblood Escape Plans - can only have one at a time'),(1,23324,32726,0,1,2,0,32726,1,0,0,0,'','Murkblood Escape Plans - can only have one at a time'),(1,23286,32726,0,2,9,0,11081,1,0,0,0,'','Murkblood Escape Plans - not when q11081 already taken'),(1,23324,32726,0,2,9,0,11081,1,0,0,0,'','Murkblood Escape Plans - not when q11081 already taken'),(14,9627,13024,0,0,6,0,67,0,0,0,0,'','Emily has different gossip when player is Horde'),(15,9500,0,0,0,9,0,12231,0,0,0,0,'','Orsonn - Show gossip option only if player has taken quest 12231'),(15,9500,0,0,1,9,0,12247,0,0,0,0,'','Orsonn - Show gossip option only if player has taken quest 12247'),(15,9502,0,0,0,9,0,12231,0,0,0,0,'','Orsonn - Show gossip option only if player has taken quest 12231'),(15,9502,0,0,1,9,0,12247,0,0,0,0,'','Orsonn - Show gossip option only if player has taken quest 12247'),(15,9503,0,0,0,9,0,12231,0,0,0,0,'','Orsonn - Show gossip option only if player has taken quest 12231'),(15,9503,0,0,1,9,0,12247,0,0,0,0,'','Orsonn - Show gossip option only if player has taken quest 12247'),(15,9504,0,0,0,9,0,12231,0,0,0,0,'','Kodian - Show gossip option only if player has taken quest 12231'),(15,9504,0,0,1,9,0,12247,0,0,0,0,'','Kodian - Show gossip option only if player has taken quest 12247'),(15,9505,0,0,0,9,0,12231,0,0,0,0,'','Kodian - Show gossip option only if player has taken quest 12231'),(15,9505,0,0,1,9,0,12247,0,0,0,0,'','Kodian - Show gossip option only if player has taken quest 12247'),(15,9576,0,0,0,15,0,3,0,0,0,0,'','Soulok Stormfury - Show gossip option only if player is a hunter'),(1,36597,51315,0,0,2,0,51315,1,1,1,0,'','Sealed Chest will drop only if the player doesn\'t have it already'),(15,10857,1,0,0,9,0,24451,0,0,0,0,'',NULL),(13,0,26294,0,0,18,0,0,180771,0,0,0,'','Small White Rocket target Firework Launcher'),(13,0,26294,0,0,18,0,0,180850,0,0,0,'','Small White Rocket target Firework Launcher'),(13,0,26294,0,0,18,0,0,180868,0,0,0,'','Small White Rocket target Firework Launcher'),(13,0,26295,0,0,18,0,0,180771,0,0,0,'','Small Yellow Rocket target Firework Launcher'),(13,0,26295,0,0,18,0,0,180850,0,0,0,'','Small Yellow Rocket target Firework Launcher'),(13,0,26295,0,0,18,0,0,180868,0,0,0,'','Small Yellow Rocket target Firework Launcher'),(13,0,26333,0,0,18,0,0,180771,0,0,0,'','Large Blue Rocket target Firework Launcher'),(13,0,26333,0,0,18,0,0,180850,0,0,0,'','Large Blue Rocket target Firework Launcher'),(13,0,26333,0,0,18,0,0,180868,0,0,0,'','Large Blue Rocket target Firework Launcher'),(13,0,26334,0,0,18,0,0,180771,0,0,0,'','Large Green Rocket target Firework Launcher'),(13,0,26334,0,0,18,0,0,180850,0,0,0,'','Large Green Rocket target Firework Launcher'),(13,0,26334,0,0,18,0,0,180868,0,0,0,'','Large Green Rocket target Firework Launcher'),(13,0,26336,0,0,18,0,0,180771,0,0,0,'','Large Red Rocket target Firework Launcher'),(13,0,26336,0,0,18,0,0,180850,0,0,0,'','Large Red Rocket target Firework Launcher'),(13,0,26336,0,0,18,0,0,180868,0,0,0,'','Large Red Rocket target Firework Launcher'),(13,0,26337,0,0,18,0,0,180771,0,0,0,'','Large White Rocket target Firework Launcher'),(13,0,26337,0,0,18,0,0,180850,0,0,0,'','Large White Rocket target Firework Launcher'),(13,0,26337,0,0,18,0,0,180868,0,0,0,'','Large White Rocket target Firework Launcher'),(13,0,26338,0,0,18,0,0,180771,0,0,0,'','Large Yellow Rocket target Firework Launcher'),(13,0,26338,0,0,18,0,0,180850,0,0,0,'','Large Yellow Rocket target Firework Launcher'),(13,0,26338,0,0,18,0,0,180868,0,0,0,'','Large Yellow Rocket target Firework Launcher'),(13,0,26488,0,0,18,0,0,180772,0,0,0,'','Large Blue Rocket Cluster target Cluster Launcher'),(13,0,26488,0,0,18,0,0,180859,0,0,0,'','Large Blue Rocket Cluster target Cluster Launcher'),(13,0,26488,0,0,18,0,0,180869,0,0,0,'','Large Blue Rocket Cluster target Cluster Launcher'),(13,0,26488,0,0,18,0,0,180874,0,0,0,'','Large Blue Rocket Cluster target Cluster Launcher'),(13,0,26490,0,0,18,0,0,180772,0,0,0,'','Large Green Rocket Cluster target Cluster Launcher'),(13,0,26490,0,0,18,0,0,180859,0,0,0,'','Large Green Rocket Cluster target Cluster Launcher'),(13,0,26490,0,0,18,0,0,180869,0,0,0,'','Large Green Rocket Cluster target Cluster Launcher'),(13,0,26490,0,0,18,0,0,180874,0,0,0,'','Large Green Rocket Cluster target Cluster Launcher'),(13,0,26517,0,0,18,0,0,180772,0,0,0,'','Large Red Rocket Cluster target Cluster Launcher'),(13,0,26517,0,0,18,0,0,180859,0,0,0,'','Large Red Rocket Cluster target Cluster Launcher'),(13,0,26517,0,0,18,0,0,180869,0,0,0,'','Large Red Rocket Cluster target Cluster Launcher'),(13,0,26517,0,0,18,0,0,180874,0,0,0,'','Large Red Rocket Cluster target Cluster Launcher'),(13,0,26521,0,0,18,0,0,180772,0,0,0,'','Lucky Lunar rocket Cluster target Cluster Launcher'),(13,0,26521,0,0,18,0,0,180859,0,0,0,'','Lucky Lunar rocket Cluster target Cluster Launcher'),(13,0,26521,0,0,18,0,0,180869,0,0,0,'','Lucky Lunar rocket Cluster target Cluster Launcher'),(13,0,26521,0,0,18,0,0,180874,0,0,0,'','Lucky Lunar rocket Cluster target Cluster Launcher'),(13,0,26347,0,0,18,0,0,180771,0,0,0,'','Rocket, RED target Firework Launcher'),(13,0,26347,0,0,18,0,0,180850,0,0,0,'','Rocket, RED target Firework Launcher'),(13,0,26347,0,0,18,0,0,180868,0,0,0,'','Rocket, RED target Firework Launcher'),(13,0,26344,0,0,18,0,0,180771,0,0,0,'','Rocket, BLUE target Firework Launcher'),(13,0,26344,0,0,18,0,0,180850,0,0,0,'','Rocket, BLUE target Firework Launcher'),(13,0,26344,0,0,18,0,0,180868,0,0,0,'','Rocket, BLUE target Firework Launcher'),(13,0,26345,0,0,18,0,0,180771,0,0,0,'','Rocket, GREEEN target Firework Launcher'),(13,0,26345,0,0,18,0,0,180850,0,0,0,'','Rocket, GREEEN target Firework Launcher'),(13,0,26345,0,0,18,0,0,180868,0,0,0,'','Rocket, GREEEN target Firework Launcher'),(13,0,26348,0,0,18,0,0,180771,0,0,0,'','Rocket, WHITE target Firework Launcher'),(13,0,26348,0,0,18,0,0,180850,0,0,0,'','Rocket, WHITE target Firework Launcher'),(13,0,26348,0,0,18,0,0,180868,0,0,0,'','Rocket, WHITE target Firework Launcher'),(13,0,26349,0,0,18,0,0,180771,0,0,0,'','Rocket, YELLOW target Firework Launcher'),(13,0,26349,0,0,18,0,0,180850,0,0,0,'','Rocket, YELLOW target Firework Launcher'),(13,0,26349,0,0,18,0,0,180868,0,0,0,'','Rocket, YELLOW target Firework Launcher'),(13,0,26351,0,0,18,0,0,180771,0,0,0,'','Rocket, BLUE BIG target Firework Launcher'),(13,0,26351,0,0,18,0,0,180850,0,0,0,'','Rocket, BLUE BIG target Firework Launcher'),(13,0,26351,0,0,18,0,0,180868,0,0,0,'','Rocket, BLUE BIG target Firework Launcher'),(13,0,26352,0,0,18,0,0,180771,0,0,0,'','Rocket, GREEN BIG target Firework Launcher'),(13,0,26352,0,0,18,0,0,180850,0,0,0,'','Rocket, GREEN BIG target Firework Launcher'),(13,0,26352,0,0,18,0,0,180868,0,0,0,'','Rocket, GREEN BIG target Firework Launcher'),(13,0,26354,0,0,18,0,0,180771,0,0,0,'','Rocket, RED BIG target Firework Launcher'),(13,0,26354,0,0,18,0,0,180850,0,0,0,'','Rocket, RED BIG target Firework Launcher'),(13,0,26354,0,0,18,0,0,180868,0,0,0,'','Rocket, RED BIG target Firework Launcher'),(13,0,26355,0,0,18,0,0,180771,0,0,0,'','Rocket, WHITE BIG target Firework Launcher'),(13,0,26355,0,0,18,0,0,180850,0,0,0,'','Rocket, WHITE BIG target Firework Launcher'),(13,0,26355,0,0,18,0,0,180868,0,0,0,'','Rocket, WHITE BIG target Firework Launcher'),(13,0,26356,0,0,18,0,0,180771,0,0,0,'','Rocket, YELLOW BIG target Firework Launcher'),(13,0,26356,0,0,18,0,0,180850,0,0,0,'','Rocket, YELLOW BIG target Firework Launcher'),(13,0,26356,0,0,18,0,0,180868,0,0,0,'','Rocket, YELLOW BIG target Firework Launcher'),(13,0,72618,0,0,18,0,1,0,0,0,0,'','Mutated Plague Clear - target players'),(14,63,563,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,64,564,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,64,565,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4484,538,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4484,539,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4485,538,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4485,539,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4517,564,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4517,565,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4518,564,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4518,565,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4519,564,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4519,565,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4520,564,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4520,565,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4537,562,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4537,563,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4538,562,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4538,563,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4539,562,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4539,563,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4552,560,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4552,561,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4651,564,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4651,565,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4654,562,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4654,563,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4660,538,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4660,539,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4661,538,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4661,539,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4685,558,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4685,559,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4686,560,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,4686,561,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,6648,9190,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,6648,9191,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,7264,8589,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,7264,8590,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,9990,13845,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,9990,13846,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,9580,12929,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,9580,12930,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,7366,8799,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,7366,8800,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4535,563,0,0,15,0,1407,0,0,0,0,'','Show gossip text if player is not a mage'),(14,4535,562,0,0,15,0,128,0,0,0,0,'','Show gossip text if player is a mage'),(14,1503,2175,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,1503,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,1522,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,1522,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,2381,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,2381,5723,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,2383,5714,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,2383,5715,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,2384,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,2384,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4503,5693,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4503,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4504,5693,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4504,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4505,5693,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4505,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4566,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4566,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4567,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4567,5723,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4603,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4603,5723,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4604,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4604,5723,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4609,5719,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4609,5720,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4610,5719,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4610,5720,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4641,5714,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4641,5715,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4643,5714,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4643,5715,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4655,5719,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4655,5720,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4656,5719,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4656,5720,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4667,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4667,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4681,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4681,5723,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4682,2193,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4682,5722,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,6628,7882,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,6628,7903,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,7437,9006,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,7437,7903,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,7566,9184,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,7566,9185,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,4642,5714,0,0,15,0,256,0,0,0,0,'','Show gossip text if player is a Warlock'),(14,4642,5715,0,0,15,0,1279,0,0,0,0,'','Show gossip text if player is not a Warlock'),(14,2304,2999,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,2304,3975,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4556,3974,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4556,3975,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4557,3974,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4557,3975,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4469,3976,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4469,3977,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4470,3976,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4470,3977,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4471,3976,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4471,3977,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4662,3976,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4662,3977,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4463,3976,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4463,3977,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4464,3976,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4464,3977,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,3643,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,3642,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,3642,4436,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,7260,8582,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,7260,8584,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,8111,10040,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,8111,10041,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,523,1040,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,523,4985,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,655,1218,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,655,4973,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,656,1219,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,656,4984,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4091,4992,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4091,4993,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4475,1216,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4475,5721,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4481,1216,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4481,5721,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4482,1216,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4482,5721,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4509,1040,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4509,4985,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4511,1040,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4511,4985,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4525,1218,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4525,4973,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4526,1218,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4526,4973,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4527,1218,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4527,4973,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4546,1219,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4546,4984,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4547,1219,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4547,4984,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4548,1219,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4548,4984,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4568,4989,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4568,4988,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4569,1215,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4569,5724,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4570,1215,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4570,5724,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4578,1217,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4578,5725,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4579,1217,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4579,5725,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4581,1217,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4581,5725,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4645,1218,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4645,4973,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4649,1216,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4649,5721,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4650,1216,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4650,5721,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4653,1219,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4653,4984,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4683,1215,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4683,5724,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4684,1215,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4684,5724,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4696,1217,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4696,5725,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,4697,1217,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,4697,5725,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,7263,8587,0,0,15,0,1,0,0,0,0,'','Show gossip text if player is a Warrior'),(14,7263,8588,0,0,15,0,1534,0,0,0,0,'','Show gossip text if player is not a Warrior'),(14,1403,4786,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,1403,2037,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,3921,4774,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,3921,4775,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,3924,4782,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,3924,4781,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,3925,4784,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,3925,4783,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,3926,4786,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,3926,4785,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4507,4784,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4507,4783,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4508,4784,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4508,4783,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4571,4782,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4571,4781,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4605,5716,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4605,5717,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4606,5716,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4606,5717,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4607,5716,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4607,5717,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4687,4784,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4687,4783,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4688,4784,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4688,4783,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,7567,9195,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,7567,9194,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(14,4646,5716,0,0,15,0,1024,0,0,0,0,'','Show gossip text if player is a Druid'),(14,4646,5717,0,0,15,0,511,0,0,0,0,'','Show gossip text if player is not a Druid'),(22,1,33973,0,0,1,0,63034,0,0,0,0,'','SAI - Jeran Lockwood show different menu if player mounted'),(15,10398,0,0,0,9,0,13828,0,0,0,0,'','Jeran Lockwood - Show gossip if player has quest'),(15,10398,0,0,0,1,0,63034,0,0,0,0,'','Jeran Lockwood - Show gossip if player has aura'),(15,10398,0,0,1,9,0,13829,0,0,0,0,'','Jeran Lockwood - Show gossip if player has quest'),(15,10398,0,0,1,1,0,63034,0,0,0,0,'','Jeran Lockwood - Show gossip if player has aura'),(15,10398,1,0,0,9,0,13828,0,0,0,0,'','Jeran Lockwood - Show gossip if player has quest'),(15,10398,1,0,0,1,0,63034,0,0,0,0,'','Jeran Lockwood - Show gossip if player has aura'),(15,10398,1,0,1,9,0,13829,0,0,0,0,'','Jeran Lockwood - Show gossip if player has quest'),(15,10398,1,0,1,1,0,63034,0,0,0,0,'','Jeran Lockwood - Show gossip if player has aura'),(22,1,33972,0,0,1,0,63034,0,0,0,0,'','SAI - Rugan Steelbelly show different menu if player mounted'),(15,10400,0,0,0,9,0,13837,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has quest'),(15,10400,0,0,0,1,0,63034,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has aura'),(15,10400,0,0,1,9,0,13839,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has quest'),(15,10400,0,0,1,1,0,63034,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has aura'),(15,10400,1,0,0,9,0,13837,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has quest'),(15,10400,1,0,0,1,0,63034,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has aura'),(15,10400,1,0,1,9,0,13839,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has quest'),(15,10400,1,0,1,1,0,63034,0,0,0,0,'','Rugan Steelbelly - Show gossip if player has aura'),(22,1,33974,0,0,1,0,63034,0,0,0,0,'','SAI - Valis Windchaser show different menu if player mounted'),(15,10402,0,0,0,9,0,13835,0,0,0,0,'','Valis Windchaser - Show gossip if player has quest'),(15,10402,0,0,0,1,0,63034,0,0,0,0,'','Valis Windchaser - Show gossip if player has aura'),(15,10402,0,0,1,9,0,13838,0,0,0,0,'','Valis Windchaser - Show gossip if player has quest'),(15,10402,0,0,1,1,0,63034,0,0,0,0,'','Valis Windchaser - Show gossip if player has aura'),(15,10402,1,0,0,9,0,13835,0,0,0,0,'','Valis Windchaser - Show gossip if player has quest'),(15,10402,1,0,0,1,0,63034,0,0,0,0,'','Valis Windchaser - Show gossip if player has aura'),(15,10402,1,0,1,9,0,13838,0,0,0,0,'','Valis Windchaser - Show gossip if player has quest'),(15,10402,1,0,1,1,0,63034,0,0,0,0,'','Valis Windchaser - Show gossip if player has aura'),(13,0,62709,0,0,18,0,1,33845,0,0,0,'','Counterattack! (Argent Tournament) - Target near aspirant mounts'),(13,0,62709,0,0,18,0,1,33323,0,0,0,'','Counterattack! (Argent Tournament) - Target near aspirant mounts'),(14,4677,3975,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,4678,3974,0,0,15,0,2,0,0,0,0,'','Show gossip text if player is a Paladin'),(14,4678,3975,0,0,15,0,1533,0,0,0,0,'','Show gossip text if player is not a Paladin'),(14,3643,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,3644,4441,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,3644,4440,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,3645,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,3645,4439,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4466,4433,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4466,4434,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4467,4433,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4467,4434,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4468,4433,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4468,4434,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4521,4441,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4521,4440,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4522,4441,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4522,4440,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4523,4441,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4523,4440,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4531,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4531,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4532,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4532,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4533,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4533,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4543,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4543,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4544,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4544,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4545,4442,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4545,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4558,4436,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4558,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4559,4436,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4559,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4572,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4572,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4573,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4573,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4574,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4574,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4665,4433,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4665,4434,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4666,4433,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4666,4434,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4679,4436,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4679,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4680,4436,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4680,4435,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4691,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4691,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4692,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4692,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,4801,4438,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,4801,4437,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,6649,9007,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,6649,9186,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,7265,8591,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,7265,8592,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,7349,8591,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,7349,8768,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(14,7438,9007,0,0,15,0,16,0,0,0,0,'','Show gossip text if player is a Priest'),(14,7438,9186,0,0,15,0,1519,0,0,0,0,'','Show gossip text if player is not a Priest'),(13,0,51318,0,0,18,0,1,28320,0,0,0,'','Freya Dummy - Target Servant of Freya'),(13,0,51395,0,0,18,0,1,28538,0,0,0,'','Lifeforce - Target Cultist Saboteur'),(13,0,45119,0,0,18,0,0,187267,0,0,0,'','Holiday - Valentine - Romantic Picnic Near Basket Check - Target Romantic Basket'),(13,0,45103,0,0,18,0,1,0,0,0,0,'','Holiday - Valentine - Romantic Picnic Meal Periodic - Target Players'),(13,0,45114,0,0,18,0,1,0,0,0,0,'','Holiday - Valentine - Romantic Picnic Meal Particle - Target Players'),(14,9130,12344,0,0,8,0,11571,0,0,0,0,'','Ahlurglgr - Show different gossip if player has rewarded quest 11571'),(14,9133,12350,0,0,8,0,11571,0,0,0,0,'','Brglmurgl - Show different gossip if player has rewarded quest 11571'),(14,9134,12354,0,0,14,0,11571,0,0,0,0,'','Mrmrglmr - Show different gossip if player has not rewarded quest 11571'),(14,9137,12361,0,0,8,0,11571,0,0,0,0,'','Lurgglbr - Show different gossip if player has rewarded quest 11571'),(14,9138,12363,0,0,8,0,11571,0,0,0,0,'','Winterfin Gatherer - Show different gossip if player has rewarded quest 11571'),(14,9685,13135,0,0,8,0,11571,0,0,0,0,'','Glrglrglr - Show different gossip if player has rewarded quest 11571'),(13,0,71599,0,0,18,0,1,38035,0,0,0,'','Chemical Wagon - Cosmetic - Explosion (Chemical Wagon)'),(14,9647,13059,0,0,1,0,50517,0,0,1,0,'','Pirates Day: DeMeza gossip'),(15,9647,0,0,0,1,0,50517,0,0,1,0,'','Pirates Day: DeMeza gossip'),(17,0,56453,0,0,1,0,67544,0,0,1,0,'','Lock and Load - Lock and Load Marker'),(15,342,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,344,2,0,0,1,0,24755,0,0,1,0,'',NULL),(15,345,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1290,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,348,2,0,0,1,0,24755,0,0,1,0,'',NULL),(15,349,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1291,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1293,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1294,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1296,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1297,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,1581,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,441,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,6525,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,6620,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7173,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7288,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7301,2,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7324,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7468,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7481,0,0,0,1,0,24755,0,0,1,0,'',NULL),(15,7855,2,0,0,1,0,24755,0,0,1,0,'',NULL),(14,21289,15037,0,0,1,0,58493,0,0,1,0,'','Mohawk Grenade - no aura'),(15,10858,1,0,0,1,0,70973,0,0,1,0,'',NULL),(15,10858,1,0,0,1,0,70974,0,0,1,0,'',NULL),(14,9615,12999,0,0,1,0,50001,0,0,1,0,'','Drakuru has gossip only if player has not aura 50001'),(15,10857,1,0,0,1,0,70971,0,0,1,0,'',NULL),(15,10857,1,0,0,1,0,70972,0,0,1,0,'',NULL),(15,21263,0,0,0,2,0,19827,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Freethinker\'s Armguards'),(15,21263,1,0,0,2,0,19826,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Freethinker\'s Belt'),(15,21263,2,0,0,2,0,19825,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Freethinker\'s Breastplate'),(15,21263,3,0,0,2,0,19588,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Hero\'s Brand'),(15,21263,4,0,0,2,0,19579,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Heathen\'s Brand'),(15,21263,5,0,0,2,0,19585,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Heathen\'s Brand'),(15,21263,6,0,0,2,0,19586,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Heathen\'s Brand'),(15,21264,0,0,0,2,0,19824,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Vindicator\'s Armguards'),(15,21264,1,0,0,2,0,19823,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Vindicator\'s Belt'),(15,21264,2,0,0,2,0,19822,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Vindicator\'s Breastplate'),(15,21264,3,0,0,2,0,19577,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Rage of Mugamba'),(15,21264,4,0,0,2,0,19574,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Strength of Mugamba'),(15,21264,5,0,0,2,0,19575,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Strength of Mugamba'),(15,21264,6,0,0,2,0,19576,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Strength of Mugamba'),(15,21265,0,0,0,2,0,19842,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Confessor\'s Bindings'),(15,21265,1,0,0,2,0,19841,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Confessor\'s Mantle'),(15,21265,2,0,0,2,0,19843,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Confessor\'s Wraps'),(15,21265,3,0,0,2,0,19594,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The All-Seeing Eye of Zuldazar'),(15,21265,4,0,0,2,0,19591,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The Eye of Zuldazar'),(15,21265,5,0,0,2,0,19592,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The Eye of Zuldazar'),(15,21265,6,0,0,2,0,19593,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The Eye of Zuldazar'),(15,21266,0,0,0,2,0,19849,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Demoniac\'s Mantle'),(15,21266,1,0,0,2,0,20033,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Demoniac\'s Robe'),(15,21266,2,0,0,2,0,19848,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Demoniac\'s Wraps'),(15,21266,3,0,0,2,0,19605,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Unstoppable Taint'),(15,21266,4,0,0,2,0,19602,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Taint'),(15,21266,5,0,0,2,0,19603,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Taint'),(15,21266,6,0,0,2,0,19604,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Taint'),(15,21267,0,0,0,2,0,19845,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Illusionist\'s Mantle'),(15,21267,1,0,0,2,0,20034,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Illusionist\'s Robe'),(15,21267,2,0,0,2,0,19846,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Illusionist\'s Wraps'),(15,21267,3,0,0,2,0,19601,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Jewel of Kajaro'),(15,21267,4,0,0,2,0,19598,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pebble of Kajaro'),(15,21267,5,0,0,2,0,19599,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pebble of Kajaro'),(15,21267,6,0,0,2,0,19600,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pebble of Kajaro'),(15,21268,0,0,0,2,0,19829,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Augur\'s Belt'),(15,21268,1,0,0,2,0,19830,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Augur\'s Bracers'),(15,21268,2,0,0,2,0,19828,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Augur\'s Hauberk'),(15,21268,3,0,0,2,0,19609,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Unmarred Vision of Voodress'),(15,21268,4,0,0,2,0,19606,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Vision of Voodress'),(15,21268,5,0,0,2,0,19607,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Vision of Voodress'),(15,21268,6,0,0,2,0,19608,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Vision of Voodress'),(15,21269,0,0,0,2,0,19839,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Haruspex\'s Belt'),(15,21269,1,0,0,2,0,19840,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Haruspex\'s Bracers'),(15,21269,2,0,0,2,0,19838,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Haruspex\'s Tunic'),(15,21269,3,0,0,2,0,19613,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pristine Enchanted South Seas Kelp'),(15,21269,4,0,0,2,0,19610,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Enchanted South Seas Kelp'),(15,21269,5,0,0,2,0,19611,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Enchanted South Seas Kelp'),(15,21269,6,0,0,2,0,19612,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Enchanted South Seas Kelp'),(15,21270,0,0,0,2,0,19836,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Madcap\'s Bracers'),(15,21270,1,0,0,2,0,19835,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Madcap\'s Mantle'),(15,21270,2,0,0,2,0,19834,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Madcap\'s Tunic'),(15,21270,3,0,0,2,0,19617,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Mastery Talisman'),(15,21270,4,0,0,2,0,19614,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Talisman'),(15,21270,5,0,0,2,0,19615,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Talisman'),(15,21270,6,0,0,2,0,19616,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Talisman'),(15,21271,0,0,0,2,0,19832,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Predator\'s Belt'),(15,21271,1,0,0,2,0,19833,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Predator\'s Bracers'),(15,21271,2,0,0,2,0,19831,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Predator\'s Mantle'),(15,21271,3,0,0,2,0,19621,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Wrath'),(15,21271,4,0,0,2,0,19618,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Tendril'),(15,21271,5,0,0,2,0,19619,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Tendril'),(15,21271,6,0,0,2,0,19620,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Tendril'),(15,6321,0,0,0,2,0,19827,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Zandalar Freethinker\'s Armguards'),(15,6321,0,0,1,2,0,19826,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Zandalar Freethinker\'s Belt'),(15,6321,0,0,2,2,0,19825,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Zandalar Freethinker\'s Breastplate'),(15,6321,0,0,3,2,0,19588,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Hero\'s Brand'),(15,6321,0,0,4,2,0,19579,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Heathen\'s Brand'),(15,6321,0,0,5,2,0,19585,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Heathen\'s Brand'),(15,6321,0,0,6,2,0,19586,1,1,1,0,'','Only allow main gossip to be visible if player does not have item Heathen\'s Brand'),(15,6321,1,0,0,2,0,19824,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Vindicator\'s Armguards'),(15,6321,1,0,1,2,0,19823,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Vindicator\'s Belt'),(15,6321,1,0,2,2,0,19822,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Vindicator\'s Breastplate'),(15,6321,1,0,3,2,0,19577,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Rage of Mugamba'),(15,6321,1,0,4,2,0,19574,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Strength of Mugamba'),(15,6321,1,0,5,2,0,19575,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Strength of Mugamba'),(15,6321,1,0,6,2,0,19576,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Strength of Mugamba'),(15,6322,0,0,0,2,0,19842,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Confessor\'s Bindings'),(15,6322,0,0,1,2,0,19841,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Confessor\'s Mantle'),(15,6322,0,0,2,2,0,19843,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Confessor\'s Wraps'),(15,6322,0,0,3,2,0,19594,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The All-Seeing Eye of Zuldazar'),(15,6322,0,0,4,2,0,19591,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The Eye of Zuldazar'),(15,6322,0,0,5,2,0,19592,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The Eye of Zuldazar'),(15,6322,0,0,6,2,0,19593,1,1,1,0,'','Only allow gossip option to be visible if player does not have item The Eye of Zuldazar'),(15,6322,1,0,0,2,0,19849,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Demoniac\'s Mantle'),(15,6322,1,0,1,2,0,20033,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Demoniac\'s Robe'),(15,6322,1,0,2,2,0,19848,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Demoniac\'s Wraps'),(15,6322,1,0,3,2,0,19605,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Unstoppable Taint'),(15,6322,1,0,4,2,0,19602,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Taint'),(15,6322,1,0,5,2,0,19603,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Taint'),(15,6322,1,0,6,2,0,19604,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Kezan\'s Taint'),(15,6322,2,0,0,2,0,19845,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Illusionist\'s Mantle'),(15,6322,2,0,1,2,0,20034,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Illusionist\'s Robe'),(15,6322,2,0,2,2,0,19846,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Illusionist\'s Wraps'),(15,6322,2,0,3,2,0,19601,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Jewel of Kajaro'),(15,6322,2,0,4,2,0,19598,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pebble of Kajaro'),(15,6322,2,0,5,2,0,19599,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pebble of Kajaro'),(15,6322,2,0,6,2,0,19600,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pebble of Kajaro'),(15,6341,0,0,0,2,0,19829,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Augur\'s Belt'),(15,6341,0,0,1,2,0,19830,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Augur\'s Bracers'),(15,6341,0,0,2,2,0,19828,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Augur\'s Hauberk'),(15,6341,0,0,3,2,0,19609,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Unmarred Vision of Voodress'),(15,6341,0,0,4,2,0,19606,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Vision of Voodress'),(15,6341,0,0,5,2,0,19607,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Vision of Voodress'),(15,6341,0,0,6,2,0,19608,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Vision of Voodress'),(15,6341,1,0,0,2,0,19839,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Haruspex\'s Belt'),(15,6341,1,0,1,2,0,19840,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Haruspex\'s Bracers'),(15,6341,1,0,2,2,0,19838,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Haruspex\'s Tunic'),(15,6341,1,0,3,2,0,19613,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Pristine Enchanted South Seas Kelp'),(15,6341,1,0,4,2,0,19610,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Enchanted South Seas Kelp'),(15,6341,1,0,5,2,0,19611,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Enchanted South Seas Kelp'),(15,21262,0,0,0,2,0,19836,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Madcap\'s Bracers'),(15,21262,0,0,1,2,0,19835,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Madcap\'s Mantle'),(15,21262,0,0,2,2,0,19834,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Madcap\'s Tunic'),(15,21262,0,0,3,2,0,19617,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Mastery Talisman'),(15,21262,0,0,4,2,0,19614,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Talisman'),(15,21262,0,0,5,2,0,19615,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Talisman'),(15,21262,0,0,6,2,0,19616,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalarian Shadow Talisman'),(15,21262,1,0,0,2,0,19832,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Predator\'s Belt'),(15,21262,1,0,1,2,0,19833,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Predator\'s Bracers'),(15,21262,1,0,2,2,0,19831,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Zandalar Predator\'s Mantle'),(15,21262,1,0,3,2,0,19621,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Wrath'),(15,21262,1,0,4,2,0,19618,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Tendril'),(15,21262,1,0,5,2,0,19619,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Tendril'),(15,21262,1,0,6,2,0,19620,1,1,1,0,'','Only allow gossip option to be visible if player does not have item Maelstrom\'s Tendril'),(15,21276,0,0,0,2,0,20949,1,1,1,0,'','Spirit of Azuregos - show gossip option if player does not have item Magical Ledger'),(15,21289,0,0,0,2,0,43489,1,1,1,0,'','Mohawk Grenade - no item'),(15,7486,0,0,0,2,0,24226,1,1,1,0,'','Show gossip option if player does not have item 24226'),(13,0,51870,0,0,18,0,1,28523,0,0,0,'','Spell Collect Hair Sample only targets Nass Target KC Bunny'),(13,0,51910,0,0,18,0,3,28521,0,0,0,'','Spell Kickin\' Nass: Quest Completion only targets Nass'),(15,10220,0,0,0,9,0,12137,0,0,0,0,'','Gan\'jo - Show gossip option only if player has taken quest 12137'),(15,9513,0,0,0,28,0,12791,0,0,0,0,'','Show gossip option only if player has complete quest 12791'),(15,9511,0,0,0,28,0,12794,0,0,0,0,'','Show gossip option only if player has complete quest 12794'),(15,9780,0,0,0,28,0,12791,0,0,0,0,'','Show gossip option only if player has complete quest 12791'),(15,9780,0,0,1,28,0,12794,0,0,0,0,'','Show gossip option only if player has complete quest 12794'),(15,9780,0,0,2,28,0,12796,0,0,0,0,'','Show gossip option only if player has complete quest 12796'),(15,9784,1,0,0,28,0,12770,0,0,0,0,'','Samuel Clearbook - Show gossip option only if player has complete quest 12770'),(15,9785,1,0,0,28,0,12763,0,0,0,0,'','Makki Wintergale - Show gossip option only if player has complete quest 12763'),(14,9709,13271,0,0,9,0,12630,0,0,0,0,'','Stefan Vadu - Show different gossip if player has taken quest 12630'),(14,9709,13271,0,0,1,0,61438,0,0,1,0,'','Stefan Vadu - Show different gossip if player is not affected by aura 61438'),(14,9714,13290,0,0,9,0,12637,0,0,0,0,'','Bloodrose Datura - Show different gossip if player has taken quest 12637'),(14,9714,13290,0,1,9,0,12638,0,0,0,0,'','Bloodrose Datura - Show different gossip if player has taken quest 12638'),(14,9731,13324,0,0,8,0,12238,0,0,0,0,'','Overlord Drakuru - Show different gossip if player has rewarded quest 12238'),(14,9731,13325,0,0,8,0,12661,0,0,0,0,'','Overlord Drakuru - Show different gossip if player has rewarded quest 12663'),(14,9731,13348,0,0,8,0,12238,0,0,1,0,'','Overlord Drakuru - Show different gossip if player has not rewarded quest 12238'),(14,9731,13422,0,0,9,0,12713,0,0,0,0,'','Overlord Drakuru - Show different gossip if player has taken quest 12713'),(14,9752,13391,0,0,1,0,51966,0,0,0,0,'','Captured Drakkari Chieftain - Show different gossip if player is affected by aura 51966'),(15,9709,0,0,0,9,0,12630,0,0,0,0,'','Show gossip option only if player has taken quest 12630'),(15,9709,0,0,0,1,0,61438,0,0,1,0,'','Show gossip option only if player is not affected by aura 61438'),(15,9709,1,0,0,9,0,12648,0,0,0,0,'','Show gossip option only if player has taken quest 12648'),(15,9709,1,0,0,2,0,38699,1,0,1,0,'','Show gossip option only if player has no item 38699'),(15,9709,1,0,1,9,0,12649,0,0,0,0,'','Show gossip option only if player has taken quest 12649'),(15,9709,1,0,1,2,0,38699,1,0,1,0,'','Show gossip option only if player no item 38699'),(15,9709,1,0,2,9,0,12661,0,0,0,0,'','Show gossip option only if player has taken quest 12661'),(15,9709,1,0,2,2,0,38699,1,0,1,0,'','Show gossip option only if player no item 38699'),(15,9709,1,0,3,9,0,12669,0,0,0,0,'','Show gossip option only if player has taken quest 12669'),(15,9709,1,0,3,2,0,38699,1,0,1,0,'','Show gossip option only if player no item 38699'),(15,9709,1,0,4,9,0,12676,0,0,0,0,'','Show gossip option only if player has taken quest 12676'),(15,9709,1,0,4,2,0,38699,1,0,1,0,'','Show gossip option only if player no item 38699'),(15,9709,1,0,5,9,0,12677,0,0,0,0,'','Show gossip option only if player has taken quest 12677'),(15,9709,1,0,5,2,0,38699,1,0,1,0,'','Show gossip option only if player no item 38699'),(15,9709,1,0,6,9,0,12713,0,0,0,0,'','Show gossip option only if player has taken quest 12713'),(15,9709,1,0,6,2,0,38699,1,0,1,0,'','Show gossip option only if player no item 38699'),(15,9714,0,0,0,9,0,12637,0,0,0,0,'','Show gossip option only if player has taken quest 12637'),(15,9714,0,0,1,9,0,12638,0,0,0,0,'','Show gossip option only if player has taken quest 12638'),(15,9714,0,0,0,2,0,38678,1,0,0,0,'','Show gossip option only if player has item 38678'),(15,9731,0,0,0,9,0,12713,0,0,0,0,'','Show gossip option only if player has taken quest 12713'),(15,9731,1,0,0,8,0,12663,0,0,0,0,'','Show gossip option only if player has rewarded quest 12663'),(15,9731,1,0,0,8,0,12661,0,0,1,0,'','Show gossip option only if player has not rewarded quest 12661'),(15,9731,1,0,1,8,0,12664,0,0,0,0,'','Show gossip option only if player has rewarded quest 12664'),(15,9731,1,0,1,8,0,12661,0,0,1,0,'','Show gossip option only if player has not rewarded quest 12661'),(15,9731,2,0,0,8,0,12673,0,0,0,0,'','Show gossip option only if player has rewarded quest 12673'),(15,9731,2,0,0,8,0,12669,0,0,1,0,'','Show gossip option only if player has not rewarded quest 12669'),(15,9731,3,0,0,8,0,12686,0,0,0,0,'','Show gossip option only if player has rewarded quest 12686'),(15,9731,3,0,0,8,0,12677,0,0,1,0,'','Show gossip option only if player has not rewarded quest 12677'),(15,9731,4,0,0,8,0,12690,0,0,0,0,'','Show gossip option only if player has rewarded quest 12690'),(15,9731,4,0,0,8,0,12676,0,0,1,0,'','Show gossip option only if player has not rewarded quest 12676'),(15,9731,5,0,0,8,0,12710,0,0,0,0,'','Show gossip option only if player has rewarded quest 12710'),(15,9731,5,0,0,8,0,12676,0,0,1,0,'','Show gossip option only if player has not rewarded quest 12676'),(15,9732,0,0,0,9,0,12663,0,0,0,0,'','Show gossip option only if player has taken quest 12663'),(15,9732,0,0,1,9,0,12664,0,0,0,0,'','Show gossip option only if player has taken quest 12664'),(22,1,5714,2,0,9,0,24851,0,0,0,0,'','execute sai only if player has quest taken'),(22,1,5715,2,0,9,0,24851,0,0,0,0,'','execute sai only if player has quest taken'),(22,1,5711,2,0,9,0,24849,0,0,0,0,'','execute sai only if player has quest taken'),(22,1,5712,2,0,9,0,24849,0,0,0,0,'','execute sai only if player has quest taken'),(22,1,5710,2,0,9,0,24849,0,0,0,0,'','execute sai only if player has quest taken'),(22,1,5716,2,0,9,0,24851,0,0,0,0,'','execute sai only if player has quest taken'); /*!40000 ALTER TABLE `conditions` ENABLE KEYS */; UNLOCK TABLES; Но как-то переживаю, все ли нормально, ни чего ли еще не требуется, не вылезут ли косяки? Последний раз редактировалось dobrman; 20.02.2012 в 22:51. |
21.02.2012, 00:11 | #44 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
А ничего, что номера условий в разных базах разные ?)
|
21.02.2012, 00:21 | #45 | |
Новичок
Регистрация: 17.05.2011
Сообщений: 16
Сказал(а) спасибо: 2
Поблагодарили 1 раз в 1 сообщении
|
Цитата:
|
|
21.02.2012, 01:01 | #46 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Если не хватает знаний сделать самому, то ждать следующего апа...
На мой взгляд, ничего сильно не изменилось, запросы свободно накатываются. |
21.02.2012, 01:12 | #47 |
Новичок
Регистрация: 17.05.2011
Сообщений: 16
Сказал(а) спасибо: 2
Поблагодарили 1 раз в 1 сообщении
|
Да, уже сравнил, спасибо, посмотрел добавились поля, поля пустые с значениями по умолчанию = 0, вернул conditions из YTDB и добавил в нее не достающие поля:
Код:
ALTER TABLE `conditions` ADD `SourceId` INT( 10 ) NOT NULL DEFAULT '0' AFTER `SourceEntry` ; ALTER TABLE `conditions` ADD `ConditionTarget` TINYINT( 3 ) NOT NULL DEFAULT '0' AFTER `ConditionTypeOrReference` ; ALTER TABLE `conditions` ADD `NegativeCondition` TINYINT( 3 ) NOT NULL DEFAULT '0' AFTER `ConditionValue3` ; |
27.02.2012, 12:08 | #48 |
Новичок
Регистрация: 17.05.2011
Сообщений: 16
Сказал(а) спасибо: 2
Поблагодарили 1 раз в 1 сообщении
|
В общем пробежался по коммитам тринити и сварганил такой дамп sql-запросов:
Код:
-- ALTER TABLE `conditions` ADD `SourceId` INT( 10 ) NOT NULL DEFAULT '0' AFTER `SourceEntry` ; -- ALTER TABLE `conditions` ADD `ConditionTarget` TINYINT( 3 ) NOT NULL DEFAULT '0' AFTER `ConditionTypeOrReference` ; -- ALTER TABLE `conditions` ADD `NegativeCondition` TINYINT( 3 ) NOT NULL DEFAULT '0' AFTER `ConditionValue3` ; ALTER TABLE `conditions` ADD COLUMN `SourceId` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER SourceEntry; ALTER TABLE `conditions` CHANGE `SourceId` `SourceId` INT(10) NOT NULL DEFAULT '0'; ALTER TABLE `conditions` DROP PRIMARY KEY, ADD PRIMARY KEY (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`); ALTER TABLE `conditions` ADD COLUMN `NegativeCondition` tinyint(3) UNSIGNED NOT NULL default '0' AFTER `ConditionValue3`; -- CONDITION_NO_AURA -> CONDITION_AURA + NegativeCondition DELETE FROM `conditions` WHERE `NegativeCondition`=1 AND `ConditionTypeOrReference`=1; INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) SELECT `SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`, 1 ,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, 1 ,`ErrorTextId`,`ScriptName`,`Comment` FROM `conditions` WHERE `ConditionTypeOrReference`=11; DELETE FROM `conditions` WHERE `ConditionTypeOrReference`=11; -- CONDITION_NOITEM -> CONDITION_ITEM + NegativeCondition DELETE FROM `conditions` WHERE `NegativeCondition`=1 AND `ConditionTypeOrReference`=2; -- not a typo INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) SELECT `SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`, 2 ,`ConditionValue1`, 1 ,`ConditionValue2`, 1 ,`ErrorTextId`,`ScriptName`,`Comment` FROM `conditions` WHERE `ConditionTypeOrReference`=26; DELETE FROM `conditions` WHERE `ConditionTypeOrReference`=26; ALTER TABLE `conditions` ADD COLUMN `ConditionTarget` tinyint(3) UNSIGNED NOT NULL default '0' AFTER `ConditionTypeOrReference`; -- ---------------------- DROP TABLE IF EXISTS `temp_convert_spells`; CREATE TABLE `temp_convert_spells` ( `id` INT(11), PRIMARY KEY (`id`) ); # spells with EffectImplicitTarget In (6,21, 25) + spells having Targets & 1115534 # those spells are the ones which require explicit unit target to cast INSERT INTO `temp_convert_spells` VALUES (5), (11), (12), (14), (15), (17), (25), (49), (50), (53), (56), (58), (59), (60), (61), (67), (68), (72), (75), (78), (89), (91), (96), (100), (101), (113), (116), (118), (131), (132), (133), (134), (139), (142), (143), (145), (172), (184), (205), (228), (246), (260), (271), (284), (285), (339), (348), (355), (370), (403), (408), (421), (453), (457), (467), (475), (512), (514), (526), (527), (528), (529), (530), (546), (548), (550), (552), (585), (589), (591), (592), (594), (596), (598), (600), (603), (605), (606), (633), (635), (639), (647), (676), (686), (689), (692), (694), (695), (699), (700), (701), (702), (703), (705), (707), (709), (710), (720), (731), (744), (745), (746), (770), (772), (774), (782), (785), (812), (835), (837), (845), (851), (853), (879), (915), (921), (930), (932), (943), (970), (974), (976), (980), (984), (988), (992), (996), (1004), (1010), (1014), (1026), (1035), (1042), (1044), (1058), (1062), (1075), (1079), (1082), (1088), (1090), (1094), (1098), (1106), (1108), (1120), (1121), (1126), (1130), (1139), (1152), (1159), (1194), (1196), (1210), (1214), (1225), (1228), (1234), (1241), (1243), (1244), (1245), (1249), (1250), (1251), (1266), (1267), (1329), (1330), (1350), (1364), (1373), (1413), (1430), (1446), (1459), (1460), (1461), (1462), (1464), (1467), (1472), (1473), (1474), (1475), (1481), (1485), (1490), (1495), (1513), (1515), (1516), (1536), (1579), (1588), (1604), (1608), (1609), (1650), (1664), (1665), (1666), (1669), (1671), (1672), (1714), (1715), (1752), (1753), (1754), (1755), (1756), (1757), (1758), (1759), (1760), (1766), (1767), (1768), (1769), (1770), (1776), (1777), (1795), (1796), (1797), (1798), (1800), (1809), (1810), (1811), (1822), (1823), (1824), (1831), (1833), (1852), (1906), (1908), (1943), (1950), (1966), (1978), (1991), (2000), (2020), (2021), (2050), (2052), (2053), (2054), (2055), (2060), (2061), (2070), (2090), (2091), (2094), (2096), (2098), (2110), (2118), (2119), (2124), (2125), (2136), (2137), (2138), (2139), (2141), (2142), (2143), (2147), (2148), (2154), (2155), (2275), (2280), (2313), (2372), (2373), (2400), (2425), (2442), (2443), (2444), (2446), (2552), (2589), (2590), (2591), (2601), (2602), (2606), (2607), (2608), (2609), (2610), (2626), (2629), (2630), (2633), (2634), (2636), (2637), (2643), (2647), (2649), (2650), (2653), (2691), (2764), (2767), (2782), (2791), (2800), (2816), (2817), (2818), (2819), (2834), (2850), (2855), (2860), (2871), (2880), (2893), (2908), (2912), (2941), (2944), (2948), (2949), (2969), (2972), (2973), (2974), (2995), (3007), (3009), (3010), (3011), (3018), (3029), (3034), (3043), (3044), (3105), (3108), (3110), (3120), (3121), (3130), (3131), (3132), (3137), (3140), (3145), (3147), (3148), (3150), (3205), (3206), (3207), (3229), (3233), (3234), (3237), (3242), (3243), (3246), (3247), (3252), (3261), (3263), (3267), (3268), (3279), (3280), (3286), (3332), (3355), (3356), (3358), (3360), (3387), (3388), (3393), (3396), (3405), (3409), (3427), (3429), (3436), (3442), (3446), (3465), (3466), (3472), (3510), (3514), (3539), (3542), (3551), (3553), (3571), (3578), (3583), (3584), (3586), (3602), (3603), (3604), (3606), (3607), (3609), (3627), (3635), (3636), (3650), (3674), (3715), (3716), (3747), (3812), (3911), (3912), (3913), (3921), (4011), (4039), (4040), (4041), (4058), (4060), (4089), (4090), (4091), (4101), (4102), (4130), (4131), (4132), (4150), (4159), (4164), (4165), (4166), (4167), (4168), (4169), (4209), (4221), (4240), (4243), (4244), (4262), (4280), (4281), (4282), (4285), (4286), (4294), (4316), (4362), (4423), (4500), (4504), (4505), (4506), (4538), (4630), (4659), (4805), (4877), (4940), (4961), (4962), (4974), (4979), (4980), (4984), (4987), (4996), (4997), (4998), (4999), (5000), (5003), (5019), (5025), (5103), (5105), (5116), (5133), (5137), (5138), (5143), (5144), (5145), (5164), (5165), (5171), (5176), (5177), (5178), (5179), (5180), (5185), (5186), (5187), (5188), (5189), (5195), (5196), (5201), (5208), (5211), (5213), (5221), (5232), (5234), (5246), (5255), (5259), (5260), (5263), (5271), (5276), (5306), (5308), (5320), (5321), (5322), (5323), (5324), (5325), (5337), (5374), (5375), (5376), (5401), (5413), (5416), (5422), (5424), (5433), (5480), (5503), (5507), (5508), (5509), (5513), (5514), (5547), (5565), (5566), (5567), (5570), (5588), (5589), (5595), (5597), (5598), (5614), (5615), (5648), (5649), (5676), (5679), (5696), (5697), (5703), (5726), (5727), (5739), (5760), (5781), (5782), (5862), (5884), (5917), (5918), (5938), (5940), (5951), (5967), (6000), (6016), (6027), (6028), (6041), (6060), (6061), (6063), (6064), (6065), (6066), (6074), (6075), (6076), (6077), (6078), (6121), (6128), (6130), (6132), (6136), (6142), (6144), (6146), (6178), (6199), (6203), (6205), (6213), (6215), (6217), (6222), (6223), (6245), (6252), (6253), (6254), (6255), (6257), (6273), (6277), (6278), (6304), (6327), (6346), (6348), (6349), (6350), (6351), (6352), (6353), (6357), (6358), (6359), (6360), (6362), (6409), (6435), (6460), (6465), (6466), (6483), (6484), (6509), (6530), (6531), (6533), (6546), (6547), (6548), (6552), (6554), (6555), (6572), (6574), (6576), (6580), (6581), (6595), (6607), (6647), (6655), (6660), (6664), (6685), (6713), (6716), (6719), (6726), (6728), (6730), (6742), (6743), (6744), (6745), (6746), (6747), (6748), (6751), (6753), (6754), (6756), (6760), (6761), (6762), (6766), (6767), (6768), (6770), (6774), (6778), (6780), (6785), (6787), (6788), (6789), (6795), (6798), (6800), (6807), (6808), (6809), (6814), (6866), (6870), (6873), (6894), (6907), (6909), (6917), (6922), (6927), (6942), (6946), (6949), (6950), (6951), (6957), (6958), (6960), (6963), (6965), (6979), (6980), (6984), (7001), (7033), (7054), (7057), (7068), (7079), (7081), (7084), (7092), (7093), (7098), (7099), (7101), (7102), (7105), (7120), (7122), (7124), (7125), (7127), (7140), (7145), (7154), (7159), (7160), (7162), (7211), (7266), (7288), (7289), (7290), (7295), (7321), (7322), (7329), (7357), (7365), (7367), (7369), (7372), (7373), (7379), (7384), (7386), (7399), (7400), (7402), (7405), (7414), (7415), (7416), (7439), (7482), (7485), (7588), (7621), (7638), (7641), (7645), (7646), (7648), (7651), (7655), (7656), (7712), (7714), (7715), (7716), (7717), (7718), (7719), (7736), (7761), (7763), (7764), (7799), (7800), (7801), (7802), (7806), (7807), (7808), (7809), (7810), (7811), (7813), (7814), (7815), (7816), (7821), (7829), (7853), (7874), (7875), (7876), (7877), (7878), (7879), (7880), (7881), (7882), (7883), (7884), (7885), (7887), (7891), (7896), (7901), (7914), (7922), (7925), (7926), (7927), (7932), (7933), (7938), (7947), (7951), (7967), (7992), (7994), (7997), (8004), (8008), (8010), (8012), (8014), (8016), (8026), (8028), (8029), (8034), (8037), (8040), (8042), (8044), (8045), (8046), (8050), (8052), (8053), (8056), (8058), (8068), (8070), (8091), (8092), (8094), (8095), (8096), (8097), (8098), (8099), (8100), (8101), (8102), (8103), (8104), (8105), (8106), (8112), (8113), (8114), (8115), (8116), (8117), (8118), (8119), (8120), (8121), (8129), (8137), (8138), (8139), (8140), (8151), (8208), (8211), (8221), (8222), (8242), (8246), (8255), (8256), (8257), (8272), (8275), (8277), (8282), (8288), (8289), (8292), (8295), (8312), (8313), (8314), (8318), (8319), (8344), (8345), (8346), (8347), (8352), (8353), (8355), (8362), (8363), (8365), (8379), (8380), (8382), (8383), (8384), (8385), (8391), (8400), (8401), (8402), (8406), (8407), (8408), (8412), (8413), (8414), (8415), (8416), (8417), (8425), (8426), (8428), (8440), (8441), (8442), (8444), (8445), (8446), (8447), (8448), (8449), (8452), (8453), (8456), (8459), (8460), (8463), (8464), (8493), (8496), (8497), (8552), (8554), (8555), (8595), (8598), (8600), (8613), (8615), (8616), (8617), (8618), (8619), (8620), (8621), (8623), (8624), (8627), (8629), (8631), (8632), (8633), (8637), (8639), (8640), (8643), (8645), (8646), (8647), (8649), (8650), (8654), (8673), (8676), (8680), (8682), (8685), (8689), (8699), (8716), (8721), (8724), (8725), (8733), (8735), (8788), (8806), (8818), (8820), (8903), (8905), (8907), (8910), (8914), (8921), (8924), (8925), (8926), (8927), (8928), (8929), (8936), (8938), (8939), (8940), (8941), (8946), (8947), (8949), (8950), (8951), (8955), (8972), (8983), (8992), (8994), (8998), (9000), (9005), (9007), (9034), (9053), (9057), (9080), (9159), (9176), (9234), (9268), (9275), (9347), (9373), (9454), (9455), (9456), (9459), (9462), (9472), (9473), (9474), (9481), (9482), (9483), (9484), (9485), (9487), (9488), (9492), (9493), (9532), (9552), (9574), (9591), (9612), (9613), (9614), (9654), (9658), (9672), (9734), (9735), (9739), (9745), (9750), (9752), (9756), (9758), (9771), (9775), (9786), (9789), (9790), (9791), (9796), (9806), (9823), (9824), (9826), (9827), (9829), (9830), (9833), (9834), (9835), (9839), (9840), (9841), (9849), (9850), (9852), (9853), (9856), (9857), (9858), (9866), (9867), (9875), (9876), (9880), (9881), (9884), (9885), (9888), (9889), (9892), (9894), (9896), (9901), (9904), (9910), (9912), (9949), (9977), (9991), (9999), (10055), (10056), (10060), (10073), (10101), (10136), (10141), (10142), (10143), (10146), (10147), (10148), (10149), (10150), (10151), (10156), (10157), (10158), (10162), (10163), (10164), (10171), (10172), (10175), (10176), (10178), (10179), (10180), (10181), (10188), (10189), (10190), (10194), (10195), (10196), (10197), (10198), (10199), (10200), (10203), (10204), (10205), (10206), (10207), (10208), (10209), (10210), (10211), (10212), (10217), (10218), (10221), (10222), (10224), (10226), (10227), (10231), (10239), (10244), (10245), (10246), (10277), (10308), (10310), (10312), (10313), (10314), (10321), (10326), (10328), (10329), (10346), (10370), (10371), (10373), (10391), (10392), (10412), (10413), (10414), (10435), (10436), (10444), (10445), (10447), (10448), (10452), (10458), (10466), (10467), (10468), (10472), (10473), (10577), (10578), (10605), (10617), (10651), (10653), (10657), (10659), (10661), (10663), (10689), (10730), (10767), (10768), (10769), (10771), (10833), (10838), (10839), (10843), (10847), (10851), (10855), (10863), (10872), (10892), (10893), (10894), (10898), (10899), (10900), (10901), (10908), (10909), (10915), (10916), (10917), (10921), (10927), (10928), (10929), (10933), (10934), (10937), (10938), (10945), (10946), (10947), (10955), (10957), (10958), (10960), (10961), (10963), (10964), (10965), (10966), (11014), (11016), (11020), (11021), (11027), (11084), (11085), (11131), (11132), (11196), (11197), (11198), (11203), (11204), (11205), (11267), (11268), (11269), (11273), (11274), (11275), (11279), (11280), (11281), (11285), (11286), (11289), (11290), (11293), (11294), (11297), (11299), (11300), (11303), (11335), (11336), (11337), (11353), (11354), (11362), (11366), (11374), (11391), (11397), (11409), (11428), (11430), (11431), (11436), (11442), (11443), (11444), (11446), (11469), (11470), (11471), (11512), (11519), (11520), (11522), (11525), (11528), (11538), (11539), (11545), (11564), (11565), (11566), (11567), (11572), (11573), (11574), (11578), (11584), (11585), (11595), (11596), (11597), (11600), (11601), (11604), (11605), (11608), (11609), (11610), (11612), (11639), (11640), (11641), (11642), (11650), (11658), (11659), (11660), (11661), (11665), (11667), (11668), (11671), (11672), (11675), (11699), (11700), (11707), (11708), (11711), (11712), (11713), (11719), (11721), (11722), (11725), (11726), (11762), (11763), (11772), (11773), (11774), (11775), (11776), (11777), (11778), (11779), (11780), (11781), (11782), (11783), (11784), (11785), (11786), (11787), (11791), (11820), (11821), (11824), (11825), (11835), (11836), (11839), (11877), (11879), (11885), (11886), (11887), (11888), (11889), (11918), (11920), (11921), (11922), (11960), (11962), (11963), (11971), (11972), (11974), (11976), (11977), (11978), (11980), (11981), (11985), (11986), (11994), (11998), (12021), (12023), (12024), (12039), (12054), (12057), (12058), (12096), (12097), (12098), (12118), (12127), (12128), (12130), (12131), (12160), (12161), (12162), (12166), (12167), (12170), (12174), (12175), (12176), (12177), (12178), (12179), (12181), (12242), (12245), (12246), (12248), (12251), (12279), (12280), (12289), (12294), (12355), (12461), (12466), (12471), (12479), (12480), (12484), (12485), (12486), (12491), (12492), (12493), (12494), (12505), (12509), (12510), (12521), (12522), (12523), (12524), (12525), (12526), (12531), (12538), (12540), (12541), (12542), (12545), (12548), (12551), (12553), (12555), (12578), (12579), (12654), (12657), (12668), (12675), (12693), (12699), (12705), (12721), (12723), (12738), (12739), (12742), (12747), (12798), (12809), (12821), (12824), (12825), (12826), (12850), (12868), (12885), (12888), (12890), (12998), (13003), (13005), (13006), (13009), (13013), (13022), (13029), (13044), (13099), (13119), (13120), (13138), (13140), (13142), (13180), (13181), (13218), (13222), (13223), (13224), (13278), (13279), (13281), (13298), (13318), (13319), (13321), (13322), (13323), (13325), (13326), (13327), (13338), (13339), (13340), (13341), (13342), (13374), (13375), (13398), (13424), (13438), (13439), (13440), (13441), (13442), (13443), (13444), (13445), (13446), (13459), (13480), (13482), (13486), (13490), (13491), (13496), (13518), (13519), (13524), (13526), (13527), (13528), (13530), (13534), (13549), (13550), (13551), (13552), (13553), (13554), (13555), (13566), (13567), (13579), (13583), (13584), (13585), (13608), (13619), (13692), (13728), (13729), (13737), (13738), (13748), (13752), (13797), (13860), (13864), (13878), (13880), (13884), (13897), (13901), (13902), (13907), (13921), (13952), (13953), (13977), (14030), (14032), (14033), (14034), (14053), (14087), (14099), (14102), (14103), (14105), (14106), (14109), (14110), (14112), (14118), (14119), (14120), (14122), (14126), (14129), (14130), (14134), (14145), (14156), (14157), (14160), (14178), (14180), (14183), (14189), (14200), (14247), (14251), (14253), (14260), (14261), (14262), (14263), (14264), (14265), (14266), (14269), (14270), (14271), (14278), (14281), (14282), (14283), (14284), (14285), (14286), (14287), (14288), (14289), (14290), (14298), (14299), (14300), (14301), (14308), (14309), (14323), (14324), (14325), (14326), (14327), (14331), (14443), (14515), (14516), (14517), (14518), (14537), (14752), (14792), (14795), (14818), (14819), (14867), (14868), (14873), (14874), (14875), (14890), (14892), (14893), (14894), (14895), (14897), (14902), (14903), (14914), (14916), (14917), (14918), (14919), (14920), (14921), (15037), (15039), (15040), (15042), (15043), (15057), (15065), (15089), (15090), (15095), (15096), (15117), (15120), (15122), (15123), (15124), (15128), (15187), (15207), (15208), (15211), (15228), (15229), (15230), (15232), (15234), (15235), (15236), (15238), (15241), (15242), (15247), (15248), (15249), (15250), (15254), (15257), (15261), (15262), (15263), (15264), (15265), (15266), (15267), (15277), (15279), (15280), (15283), (15284), (15288), (15305), (15306), (15331), (15332), (15342), (15343), (15344), (15346), (15357), (15359), (15362), (15363), (15366), (15398), (15407), (15451), (15471), (15472), (15487), (15493), (15495), (15496), (15497), (15498), (15499), (15500), (15501), (15505), (15530), (15534), (15535), (15536), (15537), (15539), (15547), (15549), (15570), (15572), (15574), (15575), (15580), (15581), (15582), (15583), (15586), (15587), (15592), (15598), (15605), (15607), (15608), (15610), (15611), (15612), (15614), (15615), (15616), (15617), (15618), (15619), (15620), (15621), (15643), (15651), (15652), (15653), (15654), (15655), (15656), (15657), (15659), (15661), (15662), (15664), (15665), (15667), (15691), (15692), (15695), (15698), (15699), (15702), (15708), (15712), (15713), (15729), (15730), (15732), (15734), (15735), (15736), (15749), (15752), (15753), (15784), (15785), (15790), (15791), (15793), (15795), (15797), (15798), (15801), (15802), (15848), (15850), (15859), (15860), (15876), (15878), (15968), (15969), (15970), (15976), (15980), (15981), (15982), (16000), (16001), (16006), (16007), (16029), (16031), (16033), (16034), (16044), (16045), (16050), (16053), (16067), (16071), (16075), (16095), (16100), (16101), (16128), (16143), (16144), (16145), (16168), (16170), (16172), (16176), (16177), (16186), (16231), (16235), (16236), (16237), (16240), (16243), (16247), (16249), (16333), (16336), (16343), (16344), (16351), (16352), (16353), (16366), (16373), (16375), (16391), (16392), (16393), (16400), (16401), (16402), (16403), (16405), (16406), (16407), (16408), (16409), (16410), (16411), (16412), (16413), (16414), (16415), (16427), (16429), (16430), (16431), (16433), (16448), (16449), (16451), (16454), (16455), (16456), (16458), (16460), (16461), (16472), (16495), (16496), (16498), (16508), (16509), (16511), (16527), (16528), (16530), (16536), (16549), (16552), (16553), (16554), (16555), (16561), (16564), (16565), (16568), (16569), (16570), (16573), (16583), (16587), (16588), (16603), (16608), (16610), (16612), (16614), (16618), (16627), (16628), (16636), (16697), (16707), (16708), (16709), (16711), (16712), (16713), (16714), (16716), (16722), (16782), (16783), (16784), (16788), (16790), (16793), (16798), (16799), (16804), (16805), (16827), (16828), (16829), (16830), (16831), (16832), (16844), (16856), (16857), (16868), (16869), (16871), (16898), (16908), (16921), (16922), (16927), (16928), (16953), (16979), (16997), (17008), (17009), (17011), (17012), (17013), (17105), (17134), (17137), (17138), (17139), (17140), (17141), (17142), (17143), (17144), (17146), (17147), (17148), (17149), (17150), (17151), (17153), (17156), (17157), (17158), (17159), (17160), (17165), (17168), (17170), (17171), (17172), (17173), (17174), (17175), (17183), (17194), (17195), (17198), (17201), (17213), (17227), (17230), (17233), (17234), (17238), (17243), (17244), (17246), (17253), (17255), (17256), (17257), (17258), (17259), (17260), (17261), (17273), (17274), (17276), (17281), (17284), (17287), (17289), (17290), (17292), (17293), (17307), (17308), (17311), (17312), (17313), (17314), (17315), (17330), (17331), (17333), (17334), (17347), (17348), (17353), (17364), (17368), (17393), (17405), (17407), (17434), (17435), (17439), (17445), (17451), (17452), (17470), (17483), (17484), (17492), (17494), (17496), (17500), (17503), (17504), (17505), (17506), (17509), (17510), (17511), (17529), (17547), (17607), (17608), (17609), (17610), (17611), (17613), (17615), (17620), (17630), (17633), (17639), (17648), (17649), (17672), (17682), (17692), (17734), (17736), (17738), (17744), (17745), (17749), (17753), (17754), (17755), (17776), (17777), (17794), (17797), (17798), (17799), (17800), (17843), (17855), (17856), (17857), (17859), (17860), (17863), (17877), (17883), (17919), (17920), (17921), (17922), (17923), (17924), (17925), (17926), (17939), (17943), (17944), (17946), (17948), (17950), (17961), (17962), (17963), (18070), (18072), (18075), (18077), (18078), (18081), (18082), (18083), (18084), (18085), (18086), (18088), (18089), (18090), (18091), (18092), (18101), (18103), (18104), (18105), (18106), (18107), (18108), (18111), (18112), (18118), (18138), (18145), (18149), (18151), (18152), (18153), (18159), (18164), (18165), (18172), (18173), (18187), (18197), (18199), (18200), (18202), (18203), (18204), (18205), (18206), (18208), (18209), (18210), (18211), (18214), (18217), (18223), (18266), (18267), (18270), (18276), (18278), (18289), (18347), (18362), (18367), (18368), (18375), (18381), (18387), (18389), (18390), (18395), (18396), (18398), (18425), (18469), (18476), (18498), (18502), (18503), (18543), (18545), (18557), (18561), (18562), (18608), (18610), (18631), (18632), (18633), (18647), (18649), (18651), (18652), (18654), (18656), (18657), (18658), (18663), (18670), (18702), (18761), (18763), (18796), (18798), (18802), (18805), (18807), (18809), (18812), (18813), (18817), (18819), (18833), (18867), (18868), (18869), (18870), (18871), (18945), (18952), (18958), (18968), (18972), (18980), (18988), (18996), (19027), (19128), (19130), (19131), (19132), (19133), (19134), (19136), (19179), (19196), (19213), (19244), (19260), (19276), (19277), (19278), (19279), (19280), (19306), (19319), (19362), (19386), (19391), (19393), (19395), (19397), (19411), (19434), (19437), (19439), (19444), (19445), (19446), (19447), (19448), (19450), (19452), (19460), (19463), (19469), (19471), (19472), (19476), (19481), (19486), (19501), (19503), (19505), (19512), (19548), (19595), (19597), (19632), (19633), (19637), (19639), (19642), (19643), (19644), (19647), (19648), (19650), (19652), (19653), (19654), (19658), (19661), (19662), (19663), (19664), (19674), (19675), (19676), (19677), (19678), (19679), (19680), (19681), (19682), (19683), (19684), (19685), (19686), (19687), (19688), (19689), (19692), (19693), (19694), (19696), (19697), (19699), (19700), (19701), (19725), (19727), (19728), (19729), (19730), (19731), (19734), (19736), (19737), (19738), (19739), (19740), (19742), (19750), (19755), (19767), (19770), (19771), (19775), (19776), (19777), (19779), (19785), (19797), (19801), (19816), (19820), (19834), (19835), (19836), (19837), (19838), (19850), (19852), (19853), (19854), (19869), (19872), (19874), (19881), (19901), (19931), (19938), (19939), (19940), (19941), (19942), (19943), (19970), (19971), (19972), (19973), (19974), (19975), (19983), (20000), (20004), (20005), (20006), (20019), (20066), (20170), (20184), (20185), (20186), (20187), (20211), (20217), (20220), (20221), (20223), (20228), (20233), (20236), (20240), (20243), (20252), (20253), (20271), (20276), (20279), (20294), (20295), (20297), (20298), (20367), (20368), (20369), (20370), (20371), (20372), (20373), (20374), (20410), (20420), (20424), (20425), (20463), (20467), (20473), (20474), (20475), (20477), (20508), (20511), (20534), (20535), (20536), (20537), (20539), (20541), (20543), (20547), (20559), (20560), (20564), (20565), (20569), (20586), (20604), (20605), (20614), (20615), (20616), (20617), (20618), (20623), (20625), (20627), (20629), (20630), (20647), (20655), (20656), (20657), (20658), (20660), (20661), (20662), (20663), (20664), (20665), (20666), (20668), (20677), (20678), (20679), (20682), (20684), (20685), (20688), (20690), (20691), (20692), (20695), (20696), (20698), (20700), (20714), (20720), (20726), (20733), (20735), (20736), (20740), (20751), (20787), (20788), (20790), (20791), (20792), (20793), (20795), (20797), (20800), (20801), (20802), (20804), (20805), (20806), (20807), (20808), (20811), (20812), (20815), (20816), (20819), (20820), (20821), (20822), (20823), (20824), (20825), (20826), (20829), (20830), (20831), (20832), (20869), (20882), (20883), (20893), (20900), (20901), (20902), (20903), (20904), (20909), (20910), (20911), (20929), (20930), (20989), (21008), (21027), (21030), (21047), (21049), (21050), (21055), (21056), (21059), (21060), (21062), (21063), (21064), (21066), (21067), (21068), (21072), (21074), (21077), (21081), (21100), (21128), (21140), (21141), (21150), (21151), (21159), (21162), (21163), (21164), (21170), (21179), (21183), (21187), (21330), (21332), (21335), (21337), (21343), (21356), (21357), (21368), (21369), (21372), (21388), (21390), (21398), (21401), (21402), (21463), (21464), (21465), (21541), (21542), (21543), (21546), (21549), (21551), (21552), (21553), (21647), (21654), (21667), (21668), (21669), (21670), (21731), (21732), (21734), (21735), (21737), (21745), (21787), (21794), (21807), (21829), (21832), (21834), (21835), (21840), (21847), (21866), (21889), (21892), (21898), (21912), (21939), (21949), (21952), (21953), (21960), (21961), (21971), (21979), (21987), (21990), (21992), (22009), (22012), (22048), (22068), (22088), (22108), (22109), (22110), (22111), (22112), (22113), (22114), (22115), (22116), (22117), (22118), (22119), (22120), (22121), (22127), (22128), (22167), (22168), (22187), (22189), (22207), (22227), (22272), (22273), (22274), (22284), (22289), (22290), (22291), (22312), (22335), (22336), (22355), (22357), (22371), (22373), (22411), (22412), (22414), (22415), (22416), (22418), (22423), (22426), (22427), (22428), (22429), (22433), (22438), (22482), (22565), (22568), (22570), (22572), (22574), (22575), (22582), (22591), (22592), (22639), (22641), (22646), (22651), (22661), (22662), (22666), (22667), (22677), (22678), (22682), (22687), (22689), (22690), (22691), (22692), (22695), (22709), (22713), (22715), (22742), (22744), (22745), (22751), (22752), (22784), (22785), (22799), (22800), (22814), (22816), (22817), (22818), (22820), (22822), (22823), (22827), (22828), (22829), (22856), (22858), (22859), (22864), (22883), (22885), (22886), (22887), (22893), (22901), (22907), (22909), (22911), (22916), (22919), (22920), (22935), (22947), (22950), (22951), (22959), (22968), (22993), (22994), (22995), (22997), (23015), (23038), (23059), (23064), (23065), (23073), (23102), (23104), (23106), (23114), (23115), (23122), (23123), (23124), (23125), (23135), (23139), (23153), (23154), (23155), (23169), (23170), (23174), (23205), (23206), (23224), (23256), (23262), (23267), (23268), (23275), (23278), (23298), (23301), (23304), (23333), (23335), (23337), (23340), (23359), (23379), (23380), (23381), (23391), (23392), (23402), (23416), (23417), (23451), (23452), (23454), (23460), (23490), (23491), (23493), (23504), (23505), (23546), (23552), (23567), (23568), (23569), (23577), (23580), (23590), (23592), (23601), (23604), (23605), (23620), (23621), (23622), (23623), (23625), (23626), (23627), (23658), (23661), (23675), (23687), (23693), (23694), (23695), (23696), (23699), (23702), (23735), (23736), (23737), (23738), (23765), (23766), (23767), (23768), (23769), (23774), (23775), (23786), (23848), (23850), (23853), (23859), (23860), (23862), (23865), (23881), (23892), (23893), (23894), (23895), (23921), (23922), (23923), (23924), (23925), (23947), (23948), (23952), (23953), (23958), (23959), (23960), (23961), (23962), (23963), (23964), (23967), (23970), (23978), (23979), (24002), (24003), (24016), (24017), (24020), (24023), (24042), (24049), (24053), (24061), (24064), (24097), (24109), (24111), (24131), (24132), (24133), (24134), (24135), (24178), (24179), (24185), (24187), (24193), (24199), (24201), (24208), (24210), (24212), (24213), (24238), (24239), (24241), (24248), (24251), (24253), (24254), (24257), (24259), (24261), (24267), (24274), (24275), (24300), (24306), (24314), (24315), (24316), (24317), (24327), (24331), (24332), (24333), (24335), (24336), (24337), (24339), (24341), (24374), (24378), (24379), (24388), (24393), (24394), (24407), (24408), (24412), (24413), (24414), (24423), (24435), (24458), (24466), (24530), (24573), (24577), (24578), (24579), (24583), (24585), (24586), (24587), (24596), (24600), (24601), (24611), (24617), (24618), (24619), (24637), (24640), (24648), (24649), (24668), (24671), (24672), (24674), (24680), (24684), (24685), (24686), (24690), (24705), (24708), (24709), (24710), (24711), (24712), (24713), (24714), (24715), (24723), (24725), (24726), (24727), (24730), (24732), (24735), (24736), (24740), (24742), (24745), (24747), (24750), (24751), (24752), (24753), (24755), (24757), (24759), (24761), (24762), (24766), (24767), (24769), (24771), (24773), (24776), (24785), (24787), (24791), (24792), (24793), (24802), (24803), (24816), (24817), (24819), (24824), (24825), (24826), (24829), (24831), (24832), (24844), (24857), (24872), (24873), (24875), (24923), (24928), (24935), (24937), (24942), (24950), (24951), (24952), (24953), (24954), (24955), (24957), (24960), (24961), (24962), (24963), (24964), (24965), (24966), (24974), (24975), (24976), (24977), (24982), (24993), (25006), (25008), (25009), (25010), (25011), (25012), (25021), (25022), (25025), (25028), (25050), (25051), (25052), (25054), (25055), (25058), (25104), (25139), (25140), (25143), (25165), (25174), (25185), (25187), (25189), (25190), (25191), (25208), (25210), (25212), (25213), (25217), (25218), (25221), (25222), (25225), (25231), (25233), (25234), (25235), (25236), (25241), (25242), (25245), (25246), (25248), (25251), (25258), (25262), (25263), (25266), (25269), (25272), (25273), (25274), (25275), (25281), (25282), (25286), (25288), (25290), (25291), (25292), (25294), (25295), (25297), (25298), (25299), (25300), (25302), (25304), (25306), (25307), (25308), (25309), (25311), (25312), (25314), (25315), (25316), (25345), (25349), (25363), (25364), (25367), (25368), (25371), (25372), (25373), (25375), (25383), (25384), (25387), (25389), (25391), (25396), (25420), (25424), (25433), (25439), (25442), (25448), (25449), (25454), (25457), (25462), (25464), (25465), (25467), (25471), (25488), (25497), (25501), (25504), (25514), (25515), (25530), (25531), (25595), (25602), (25603), (25605), (25645), (25646), (25650), (25651), (25652), (25668), (25671), (25673), (25677), (25678), (25686), (25710), (25712), (25721), (25725), (25742), (25748), (25755), (25760), (25761), (25762), (25771), (25772), (25777), (25778), (25779), (25781), (25788), (25800), (25802), (25803), (25806), (25807), (25808), (25809), (25810), (25811), (25816), (25821), (25838), (25840), (25843), (25845), (25847), (25848), (25852), (25854), (25856), (25861), (25902), (25903), (25911), (25912), (25913), (25914), (25947), (25992), (25995), (25997), (25999), (26001), (26004), (26005), (26006), (26007), (26008), (26012), (26013), (26017), (26035), (26044), (26050), (26077), (26078), (26079), (26081), (26082), (26090), (26095), (26097), (26098), (26100), (26108), (26125), (26126), (26134), (26141), (26143), (26170), (26181), (26194), (26195), (26196), (26197), (26198), (26206), (26207), (26211), (26218), (26226), (26233), (26258), (26259), (26275), (26281), (26282), (26339), (26350), (26363), (26364), (26365), (26366), (26367), (26368), (26369), (26370), (26371), (26372), (26374), (26375), (26377), (26406), (26408), (26409), (26410), (26412), (26414), (26415), (26419), (26446), (26448), (26470), (26476), (26548), (26556), (26561), (26565), (26572), (26584), (26601), (26610), (26613), (26616), (26622), (26623), (26624), (26625), (26636), (26639), (26641), (26649), (26654), (26663), (26679), (26688), (26693), (26740), (26742), (26748), (26791), (26796), (26799), (26800), (26839), (26861), (26862), (26863), (26864), (26865), (26866), (26867), (26884), (26890), (26899), (26923), (26924), (26968), (26978), (26979), (26980), (26981), (26982), (26984), (26985), (26986), (26987), (26988), (26989), (26990), (26992), (26995), (26996), (27000), (27001), (27002), (27003), (27004), (27005), (27006), (27007), (27008), (27010), (27013), (27014), (27016), (27019), (27021), (27024), (27030), (27031), (27047), (27048), (27049), (27050), (27051), (27060), (27065), (27067), (27068), (27069), (27070), (27071), (27072), (27073), (27074), (27075), (27078), (27079), (27126), (27132), (27135), (27136), (27137), (27138), (27140), (27142), (27154), (27174), (27175), (27176), (27177), (27180), (27187), (27189), (27209), (27210), (27211), (27215), (27216), (27217), (27218), (27219), (27220), (27223), (27224), (27228), (27243), (27254), (27255), (27258), (27261), (27263), (27267), (27270), (27274), (27275), (27276), (27277), (27281), (27286), (27288), (27290), (27360), (27375), (27376), (27378), (27379), (27380), (27381), (27384), (27385), (27386), (27387), (27389), (27390), (27391), (27392), (27393), (27395), (27396), (27397), (27398), (27441), (27448), (27486), (27526), (27527), (27532), (27541), (27547), (27548), (27549), (27550), (27552), (27553), (27554), (27555), (27556), (27557), (27559), (27565), (27567), (27571), (27572), (27573), (27576), (27577), (27580), (27581), (27582), (27584), (27605), (27606), (27608), (27609), (27611), (27613), (27615), (27620), (27624), (27626), (27632), (27633), (27634), (27635), (27636), (27637), (27638), (27640), (27648), (27655), (27662), (27673), (27677), (27686), (27752), (27754), (27755), (27756), (27760), (27765), (27794), (27806), (27814), (27819), (27841), (27849), (27852), (27860), (27861), (27863), (27864), (27865), (27868), (27873), (27874), (27891), (27907), (27909), (27910), (27915), (27919), (27931), (27937), (27983), (27991), (27992), (27994), (27995), (28030), (28099), (28133), (28147), (28149), (28167), (28169), (28239), (28251), (28252), (28253), (28254), (28255), (28256), (28257), (28258), (28259), (28260), (28261), (28262), (28263), (28265), (28271), (28272), (28276), (28287), (28293), (28299), (28301), (28303), (28306), (28308), (28310), (28314), (28318), (28319), (28320), (28321), (28329), (28336), (28337), (28342), (28350), (28351), (28375), (28393), (28394), (28396), (28397), (28410), (28412), (28418), (28419), (28420), (28428), (28431), (28434), (28439), (28444), (28445), (28467), (28470), (28478), (28516), (28522), (28597), (28601), (28608), (28614), (28624), (28674), (28676), (28678), (28684), (28685), (28689), (28690), (28691), (28692), (28696), (28698), (28702), (28715), (28718), (28720), (28722), (28723), (28724), (28734), (28750), (28772), (28776), (28783), (28788), (28790), (28791), (28793), (28795), (28810), (28824), (28825), (28826), (28827), (28836), (28839), (28858), (28859), (28872), (28873), (28880), (28882), (28883), (28887), (28896), (28899), (28900), (28901), (28902), (28913), (28969), (28993), (29001), (29002), (29003), (29006), (29044), (29054), (29058), (29060), (29098), (29117), (29126), (29127), (29128), (29129), (29134), (29135), (29136), (29137), (29138), (29139), (29151), (29155), (29157), (29158), (29160), (29164), (29166), (29168), (29170), (29175), (29182), (29185), (29188), (29194), (29196), (29198), (29228), (29290), (29295), (29300), (29306), (29314), (29317), (29319), (29320), (29341), (29362), (29364), (29380), (29386), (29395), (29405), (29407), (29408), (29425), (29426), (29427), (29428), (29435), (29436), (29443), (29473), (29487), (29492), (29494), (29495), (29497), (29500), (29502), (29515), (29516), (29519), (29522), (29528), (29539), (29540), (29543), (29544), (29546), (29555), (29560), (29561), (29562), (29563), (29564), (29567), (29570), (29572), (29574), (29575), (29576), (29577), (29578), (29580), (29581), (29582), (29583), (29585), (29586), (29587), (29607), (29609), (29638), (29639), (29640), (29641), (29644), (29646), (29647), (29652), (29653), (29655), (29661), (29665), (29666), (29667), (29670), (29673), (29675), (29676), (29677), (29679), (29684), (29690), (29703), (29704), (29707), (29711), (29712), (29716), (29722), (29765), (29768), (29815), (29832), (29845), (29847), (29848), (29850), (29879), (29881), (29896), (29901), (29903), (29906), (29907), (29909), (29915), (29916), (29917), (29925), (29926), (29927), (29928), (29930), (29953), (29954), (29955), (29956), (29964), (29990), (29991), (30010), (30013), (30014), (30016), (30019), (30022), (30036), (30039), (30044), (30050), (30053), (30055), (30069), (30070), (30077), (30081), (30099), (30100), (30102), (30103), (30104), (30105), (30108), (30112), (30113), (30115), (30121), (30127), (30128), (30130), (30131), (30151), (30153), (30164), (30173), (30175), (30177), (30178), (30180), (30194), (30195), (30197), (30198), (30202), (30213), (30218), (30219), (30223), (30238), (30253), (30269), (30270), (30271), (30280), (30285), (30324), (30330), (30335), (30351), (30353), (30356), (30357), (30358), (30383), (30395), (30400), (30401), (30402), (30404), (30405), (30412), (30421), (30422), (30423), (30424), (30430), (30433), (30435), (30448), (30449), (30451), (30455), (30459), (30463), (30464), (30465), (30466), (30467), (30468), (30471), (30474), (30478), (30479), (30481), (30493), (30495), (30500), (30501), (30504), (30505), (30507), (30512), (30520), (30528), (30530), (30545), (30546), (30601), (30605), (30606), (30607), (30608), (30609), (30614), (30615), (30619), (30621), (30637), (30638), (30639), (30641), (30643), (30646), (30647), (30648), (30651), (30652), (30653), (30654), (30661), (30686), (30687), (30688), (30689), (30691), (30695), (30719), (30736), (30740), (30751), (30753), (30755), (30756), (30768), (30817), (30822), (30830), (30832), (30838), (30839), (30846), (30849), (30850), (30854), (30875), (30876), (30877), (30878), (30888), (30889), (30890), (30900), (30901), (30909), (30910), (30923), (30926), (30932), (30936), (30937), (30942), (30943), (30944), (30945), (30967), (30971), (30977), (30980), (30981), (30984), (30986), (30989), (30990), (30992), (31008), (31009), (31012), (31015), (31016), (31018), (31022), (31041), (31042), (31043), (31046), (31069), (31117), (31125), (31139), (31249), (31257), (31262), (31263), (31270), (31271), (31272), (31274), (31275), (31279), (31280), (31281), (31282), (31284), (31286), (31287), (31288), (31289), (31290), (31292), (31295), (31296), (31305), (31306), (31312), (31316), (31319), (31330), (31334), (31337), (31339), (31345), (31366), (31367), (31368), (31376), (31378), (31381), (31387), (31389), (31390), (31394), (31397), (31399), (31400), (31401), (31402), (31404), (31405), (31406), (31407), (31410), (31415), (31416), (31417), (31418), (31419), (31420), (31423), (31425), (31426), (31427), (31436), (31445), (31446), (31457), (31464), (31477), (31481), (31486), (31513), (31516), (31535), (31547), (31551), (31552), (31553), (31566), (31589), (31595), (31596), (31600), (31601), (31602), (31604), (31609), (31610), (31618), (31620), (31622), (31623), (31626), (31627), (31629), (31651), (31662), (31664), (31703), (31705), (31707), (31709), (31713), (31715), (31717), (31718), (31721), (31724), (31729), (31733), (31734), (31739), (31740), (31741), (31742), (31743), (31747), (31751), (31754), (31758), (31759), (31764), (31766), (31772), (31779), (31782), (31784), (31789), (31790), (31803), (31804), (31807), (31808), (31810), (31811), (31812), (31813), (31814), (31815), (31816), (31819), (31827), (31843), (31863), (31864), (31865), (31893), (31898), (31907), (31911), (31916), (31923), (31935), (31939), (31942), (31946), (31948), (31955), (31956), (31961), (31965), (31966), (31971), (31972), (31973), (31975), (31976), (31977), (31978), (31984), (31988), (31994), (31996), (31999), (32000), (32001), (32002), (32004), (32005), (32006), (32009), (32010), (32011), (32012), (32013), (32015), (32017), (32018), (32019), (32020), (32021), (32022), (32024), (32025), (32026), (32039), (32049), (32055), (32056), (32063), (32065), (32071), (32076), (32077), (32080), (32082), (32092), (32093), (32094), (32095), (32103), (32104), (32105), (32110), (32120), (32125), (32126), (32129), (32131), (32132), (32133), (32139), (32154), (32168), (32175), (32176), (32190), (32197), (32202), (32211), (32224), (32231), (32247), (32248), (32261), (32268), (32270), (32300), (32306), (32315), (32317), (32319), (32320), (32321), (32323), (32325), (32328), (32329), (32330), (32337), (32338), (32346), (32361), (32363), (32364), (32369), (32370), (32376), (32378), (32379), (32386), (32388), (32389), (32390), (32391), (32405), (32414), (32415), (32416), (32417), (32418), (32422), (32428), (32430), (32431), (32441), (32445), (32474), (32491), (32546), (32550), (32578), (32583), (32588), (32593), (32594), (32595), (32605), (32606), (32639), (32643), (32645), (32652), (32654), (32666), (32674), (32675), (32677), (32678), (32679), (32682), (32683), (32684), (32689), (32690), (32691), (32693), (32699), (32700), (32707), (32709), (32716), (32721), (32733), (32734), (32735), (32736), (32738), (32739), (32740), (32741), (32742), (32747), (32748), (32749), (32751), (32752), (32759), (32769), (32770), (32771), (32772), (32774), (32778), (32779), (32784), (32797), (32829), (32830), (32831), (32835), (32846), (32858), (32860), (32862), (32863), (32864), (32889), (32897), (32901), (32902), (32903), (32904), (32905), (32906), (32907), (32908), (32909), (32913), (32915), (32916), (32917), (32919), (32921), (32922), (32924), (32926), (32935), (32940), (32950), (32959), (32960), (32962), (32967), (32969), (32971), (32984), (32996), (33031), (33040), (33044), (33045), (33047), (33049), (33051), (33055), (33056), (33068), (33069), (33072), (33073), (33074), (33077), (33078), (33079), (33080), (33081), (33082), (33086), (33096), (33098), (33126), (33129), (33130), (33144), (33173), (33175), (33196), (33197), (33198), (33206), (33227), (33230), (33246), (33247), (33324), (33326), (33331), (33335), (33346), (33360), (33382), (33383), (33385), (33387), (33389), (33392), (33401), (33404), (33417), (33419), (33462), (33463), (33480), (33482), (33483), (33487), (33493), (33502), (33526), (33527), (33528), (33529), (33534), (33535), (33542), (33552), (33553), (33554), (33619), (33620), (33625), (33626), (33628), (33631), (33632), (33640), (33641), (33643), (33659), (33661), (33665), (33684), (33688), (33689), (33698), (33699), (33700), (33709), (33723), (33728), (33731), (33745), (33750), (33763), (33768), (33781), (33786), (33787), (33789), (33792), (33793), (33794), (33813), (33824), (33825), (33827), (33832), (33833), (33837), (33844), (33849), (33850), (33865), (33871), (33876), (33878), (33899), (33907), (33910), (33911), (33912), (33913), (33914), (33925), (33938), (33947), (33951), (33960), (33964), (33969), (33970), (33975), (33982), (33983), (33985), (33986), (33987), (33988), (33989), (34014), (34020), (34025), (34036), (34071), (34073), (34083), (34087), (34088), (34089), (34092), (34093), (34095), (34097), (34099), (34107), (34108), (34110), (34112), (34113), (34120), (34130), (34132), (34135), (34138), (34139), (34143), (34149), (34150), (34163), (34171), (34172), (34176), (34177), (34213), (34214), (34215), (34216), (34217), (34218), (34219), (34232), (34243), (34259), (34298), (34344), (34345), (34346), (34347), (34348), (34351), (34352), (34353), (34354), (34357), (34361), (34363), (34366), (34370), (34379), (34389), (34390), (34391), (34394), (34400), (34411), (34412), (34413), (34414), (34415), (34416), (34417), (34418), (34419), (34423), (34425), (34428), (34432), (34437), (34438), (34439), (34445), (34446), (34447), (34451), (34463), (34490), (34510), (34520), (34578), (34580), (34587), (34613), (34614), (34615), (34616), (34618), (34620), (34625), (34626), (34629), (34637), (34639), (34640), (34641), (34643), (34644), (34645), (34650), (34653), (34654), (34655), (34661), (34665), (34672), (34694), (34695), (34696), (34697), (34709), (34714), (34715), (34719), (34722), (34745), (34752), (34784), (34786), (34787), (34788), (34789), (34793), (34794), (34797), (34798), (34799), (34800), (34802), (34809), (34811), (34812), (34820), (34824), (34828), (34829), (34841), (34852), (34856), (34875), (34879), (34881), (34883), (34886), (34889), (34891), (34893), (34906), (34907), (34913), (34914), (34916), (34917), (34920), (34922), (34924), (34925), (34930), (34931), (34940), (34941), (34942), (34945), (34969), (34974), (34975), (34976), (34984), (34996), (35004), (35010), (35011), (35012), (35013), (35033), (35034), (35039), (35047), (35049), (35054), (35055), (35056), (35062), (35065), (35066), (35067), (35069), (35071), (35072), (35088), (35089), (35092), (35096), (35101), (35105), (35106), (35107), (35112), (35115), (35117), (35120), (35144), (35147), (35161), (35178), (35179), (35180), (35182), (35183), (35185), (35189), (35195), (35201), (35207), (35229), (35231), (35234), (35238), (35243), (35244), (35263), (35267), (35273), (35280), (35290), (35291), (35292), (35293), (35294), (35295), (35313), (35314), (35316), (35317), (35318), (35321), (35323), (35325), (35326), (35328), (35329), (35331), (35332), (35333), (35334), (35335), (35339), (35346), (35353), (35371), (35376), (35377), (35382), (35387), (35389), (35392), (35395), (35401), (35410), (35412), (35424), (35460), (35466), (35472), (35473), (35493), (35499), (35501), (35506), (35507), (35510), (35511), (35514), (35518), (35519), (35556), (35570), (35621), (35686), (35718), (35727), (35728), (35735), (35741), (35742), (35748), (35759), (35760), (35771), (35772), (35780), (35783), (35839), (35846), (35851), (35853), (35857), (35871), (35873), (35877), (35913), (35914), (35916), (35918), (35919), (35920), (35927), (35928), (35932), (35944), (35945), (35946), (35949), (35954), (35955), (35963), (35964), (35965), (35966), (35967), (35968), (35969), (35970), (35971), (35972), (35973), (35974), (35975), (35976), (35977), (35978), (35979), (35980), (35981), (35982), (35983), (35984), (35985), (35986), (35987), (35988), (35989), (35990), (35997), (35998), (35999), (36002), (36020), (36021), (36023), (36025), (36033), (36052), (36054), (36073), (36088), (36093), (36094), (36095), (36099), (36100), (36102), (36115), (36123), (36138), (36140), (36141), (36145), (36152), (36153), (36170), (36173), (36176), (36181), (36207), (36208), (36224), (36227), (36228), (36237), (36238), (36246), (36247), (36250), (36276), (36277), (36279), (36288), (36295), (36296), (36299), (36310), (36312), (36314), (36328), (36332), (36333), (36339), (36340), (36341), (36342), (36343), (36344), (36345), (36348), (36380), (36398), (36399), (36401), (36402), (36404), (36414), (36415), (36416), (36417), (36433), (36434), (36435), (36436), (36438), (36439), (36441), (36447), (36448), (36457), (36458), (36461), (36464), (36469), (36470), (36475), (36478), (36482), (36483), (36488), (36500), (36507), (36508), (36509), (36516), (36517), (36518), (36527), (36534), (36536), (36538), (36539), (36540), (36541), (36554), (36558), (36570), (36571), (36578), (36586), (36590), (36594), (36601), (36604), (36606), (36608), (36609), (36612), (36622), (36623), (36624), (36625), (36627), (36628), (36632), (36638), (36641), (36642), (36645), (36646), (36647), (36650), (36655), (36656), (36659), (36664), (36671), (36677), (36678), (36679), (36710), (36711), (36712), (36713), (36714), (36732), (36739), (36778), (36779), (36780), (36781), (36787), (36789), (36791), (36796), (36801), (36805), (36806), (36807), (36810), (36812), (36814), (36822), (36825), (36831), (36832), (36833), (36836), (36838), (36839), (36840), (36841), (36842), (36843), (36844), (36863), (36864), (36866), (36872), (36876), (36877), (36886), (36891), (36894), (36905), (36906), (36909), (36913), (36914), (36916), (36917), (36919), (36920), (36921), (36924), (36927), (36929), (36947), (36956), (36957), (36965), (36966), (36971), (36972), (36974), (36979), (36980), (36983), (36984), (36986), (36987), (36988), (36990), (36991), (37027), (37028), (37030), (37031), (37054), (37057), (37067), (37073), (37074), (37082), (37089), (37104), (37110), (37111), (37112), (37113), (37121), (37122), (37123), (37126), (37132), (37133), (37136), (37138), (37154), (37156), (37162), (37176), (37208), (37216), (37221), (37249), (37250), (37251), (37252), (37254), (37255), (37257), (37259), (37260), (37271), (37272), (37273), (37274), (37275), (37276), (37277), (37320), (37321), (37322), (37323), (37328), (37329), (37330), (37331), (37332), (37334), (37335), (37359), (37361), (37369), (37372), (37387), (37389), (37412), (37417), (37421), (37450), (37455), (37456), (37460), (37462), (37463), (37470), (37479), (37486), (37500), (37506), (37511), (37527), (37532), (37537), (37540), (37548), (37551), (37552), (37554), (37563), (37566), (37572), (37577), (37578), (37579), (37580), (37581), (37589), (37591), (37592), (37596), (37597), (37599), (37602), (37621), (37628), (37629), (37630), (37632), (37634), (37646), (37647), (37654), (37661), (37662), (37664), (37667), (37668), (37675), (37681), (37685), (37695), (37700), (37711), (37717), (37718), (37719), (37727), (37749), (37770), (37777), (37778), (37798), (37800), (37801), (37802), (37803), (37804), (37805), (37806), (37807), (37808), (37809), (37810), (37811), (37813), (37823), (37834), (37838), (37839), (37840), (37841), (37847), (37850), (37851), (37856), (37862), (37865), (37867), (37871), (37892), (37894), (37906), (37908), (37910), (37921), (37922), (37930), (37933), (37937), (37940), (37945), (37946), (37950), (37956), (37958), (37962), (37965), (37967), (37968), (37972), (37973), (37974), (37975), (37978), (37979), (37986), (37988), (37992), (37998), (38002), (38007), (38009), (38010), (38023), (38024), (38025), (38027), (38029), (38030), (38032), (38034), (38035), (38047), (38048), (38051), (38052), (38053), (38056), (38058), (38059), (38063), (38065), (38066), (38067), (38074), (38075), (38076), (38078), (38083), (38084), (38085), (38093), (38094), (38095), (38107), (38109), (38113), (38120), (38122), (38125), (38127), (38129), (38133), (38134), (38135), (38136), (38145), (38146), (38147), (38148), (38149), (38153), (38154), (38155), (38167), (38177), (38178), (38182), (38183), (38187), (38193), (38203), (38204), (38205), (38208), (38209), (38210), (38213), (38223), (38226), (38233), (38234), (38238), (38239), (38240), (38243), (38245), (38246), (38252), (38253), (38254), (38259), (38260), (38262), (38263), (38264), (38265), (38267), (38274), (38275), (38276), (38277), (38279), (38280), (38285), (38295), (38310), (38313), (38324), (38328), (38329), (38330), (38333), (38338), (38340), (38342), (38344), (38363), (38366), (38370), (38372), (38374), (38377), (38378), (38383), (38386), (38387), (38391), (38400), (38401), (38441), (38446), (38461), (38465), (38470), (38474), (38495), (38496), (38505), (38509), (38510), (38520), (38523), (38526), (38534), (38535), (38538), (38543), (38554), (38556), (38557), (38558), (38559), (38560), (38561), (38562), (38563), (38564), (38565), (38566), (38567), (38568), (38569), (38570), (38572), (38580), (38582), (38584), (38585), (38586), (38588), (38591), (38595), (38598), (38606), (38616), (38617), (38621), (38625), (38626), (38628), (38630), (38631), (38634), (38636), (38641), (38643), (38645), (38657), (38658), (38661), (38663), (38669), (38692), (38697), (38699), (38704), (38708), (38721), (38723), (38731), (38739), (38742), (38753), (38760), (38762), (38764), (38765), (38767), (38768), (38770), (38772), (38775), (38777), (38791), (38797), (38798), (38801), (38804), (38806), (38807), (38808), (38815), (38816), (38817), (38821), (38822), (38823), (38824), (38825), (38826), (38827), (38846), (38848), (38849), (38851), (38852), (38858), (38859), (38861), (38863), (38864), (38875), (38879), (38880), (38881), (38882), (38883), (38884), (38887), (38894), (38895), (38896), (38897), (38899), (38904), (38907), (38909), (38913), (38914), (38915), (38918), (38919), (38921), (38923), (38926), (38930), (38935), (38940), (38941), (38942), (38943), (38945), (38946), (38950), (38952), (38959), (38967), (38971), (38985), (38986), (38987), (38988), (38989), (38990), (38992), (38995), (39000), (39002), (39006), (39009), (39015), (39016), (39017), (39019), (39020), (39021), (39022), (39023), (39025), (39026), (39029), (39032), (39039), (39044), (39046), (39047), (39053), (39054), (39058), (39060), (39061), (39062), (39064), (39065), (39066), (39068), (39069), (39070), (39076), (39077), (39078), (39079), (39083), (39087), (39097), (39098), (39099), (39101), (39116), (39119), (39120), (39121), (39122), (39123), (39125), (39129), (39135), (39136), (39145), (39153), (39157), (39159), (39160), (39164), (39165), (39171), (39172), (39174), (39176), (39182), (39192), (39196), (39197), (39198), (39202), (39204), (39207), (39210), (39212), (39214), (39215), (39226), (39229), (39230), (39252), (39258), (39262), (39267), (39268), (39270), (39271), (39285), (39293), (39297), (39299), (39309), (39322), (39328), (39329), (39332), (39337), (39339), (39349), (39367), (39371), (39378), (39386), (39396), (39412), (39413), (39415), (39419), (39435), (39436), (39445), (39449), (39456), (39457), (39460), (39474), (39475), (39476), (39477), (39512), (39513), (39528), (39529), (39544), (39560), (39566), (39574), (39582), (39587), (39590), (39592), (39595), (39600), (39609), (39621), (39622), (39661), (39665), (39668), (39669), (39670), (39674), (39675), (39676), (39697), (39703), (39794), (39796), (39810), (39812), (39826), (39830), (39835), (39837), (39838), (39857), (39865), (39883), (39886), (39901), (39904), (39908), (39920), (39928), (39945), (39948), (39955), (39956), (39967), (39972), (39979), (39980), (39995), (39996), (40011), (40019), (40032), (40041), (40055), (40057), (40063), (40066), (40071), (40074), (40081), (40084), (40086), (40097), (40099), (40102), (40109), (40119), (40123), (40124), (40146), (40157), (40165), (40166), (40167), (40173), (40185), (40191), (40193), (40197), (40198), (40199), (40220), (40225), (40227), (40228), (40239), (40248), (40251), (40254), (40259), (40279), (40290), (40293), (40303), (40310), (40311), (40312), (40313), (40317), (40321), (40322), (40325), (40327), (40334), (40337), (40339), (40344), (40346), (40347), (40348), (40351), (40356), (40357), (40358), (40363), (40366), (40367), (40368), (40384), (40385), (40392), (40400), (40406), (40411), (40412), (40413), (40414), (40415), (40416), (40420), (40423), (40427), (40429), (40430), (40431), (40434), (40449), (40450), (40471), (40472), (40481), (40486), (40489), (40491), (40493), (40497), (40504), (40505), (40507), (40508), (40509), (40525), (40536), (40542), (40554), (40560), (40563), (40564), (40565), (40569), (40571), (40581), (40585), (40595), (40597), (40602), (40604), (40605), (40608), (40616), (40620), (40633), (40635), (40639), (40641), (40643), (40645), (40646), (40651), (40652), (40671), (40672), (40685), (40726), (40728), (40736), (40739), (40740), (40742), (40751), (40758), (40770), (40772), (40777), (40778), (40787), (40796), (40801), (40810), (40814), (40822), (40827), (40835), (40837), (40838), (40842), (40843), (40844), (40846), (40856), (40859), (40860), (40861), (40864), (40872), (40873), (40876), (40877), (40881), (40886), (40888), (40890), (40892), (40893), (40894), (40895), (40901), (40903), (40906), (40909), (40917), (40926), (40928), (40930), (40935), (40945), (40951), (40954), (40958), (40964), (40965), (40968), (40969), (40970), (40972), (40976), (40991), (41001), (41003), (41028), (41029), (41032), (41035), (41044), (41047), (41050), (41052), (41054), (41055), (41060), (41063), (41065), (41069), (41070), (41072), (41075), (41080), (41082), (41083), (41084), (41092), (41093), (41103), (41109), (41115), (41116), (41121), (41137), (41139), (41152), (41169), (41170), (41171), (41177), (41178), (41179), (41180), (41182), (41183), (41184), (41186), (41187), (41188), (41189), (41190), (41192), (41197), (41198), (41213), (41214), (41225), (41226), (41227), (41228), (41229), (41230), (41231), (41238), (41241), (41247), (41250), (41255), (41256), (41259), (41264), (41265), (41270), (41272), (41278), (41279), (41280), (41281), (41283), (41291), (41299), (41302), (41332), (41334), (41335), (41336), (41338), (41345), (41346), (41351), (41352), (41353), (41355), (41360), (41363), (41368), (41370), (41372), (41373), (41374), (41375), (41377), (41378), (41383), (41384), (41388), (41389), (41390), (41392), (41394), (41395), (41396), (41407), (41410), (41411), (41419), (41421), (41426), (41439), (41440), (41442), (41448), (41450), (41451), (41456), (41461), (41467), (41468), (41470), (41471), (41472), (41473), (41483), (41484), (41485), (41486), (41487), (41489), (41490), (41491), (41492), (41519), (41526), (41528), (41533), (41540), (41543), (41544), (41546), (41547), (41548), (41549), (41558), (41559), (41563), (41564), (41565), (41567), (41568), (41571), (41578), (41579), (41580), (41581), (41586), (41588), (41592), (41596), (41597), (41598), (41601), (41621), (41622), (41625), (41626), (41633), (41637), (41911), (41914), (41916), (41917), (41926), (41931), (41932), (41933), (41936), (41937), (41939), (41940), (41957), (41958), (41959), (41960), (41961), (41964), (41965), (41978), (41980), (41984), (41985), (41990), (42002), (42003), (42013), (42018), (42020), (42021), (42024), (42025), (42053), (42058), (42129), (42131), (42132), (42133), (42139), (42142), (42144), (42149), (42150), (42152), (42161), (42165), (42169), (42185), (42203), (42246), (42299), (42313), (42315), (42319), (42320), (42322), (42324), (42325), (42326), (42328), (42329), (42330), (42331), (42332), (42333), (42337), (42349), (42360), (42363), (42368), (42369), (42370), (42371), (42372), (42380), (42382), (42383), (42384), (42385), (42389), (42395), (42396), (42397), (42399), (42400), (42401), (42402), (42411), (42414), (42426), (42434), (42435), (42441), (42443), (42447), (42455), (42463), (42476), (42483), (42485), (42486), (42488), (42489), (42502), (42512), (42514), (42516), (42518), (42535), (42537), (42540), (42560), (42561), (42574), (42579), (42580), (42583), (42587), (42611), (42628), (42632), (42633), (42634), (42635), (42653), (42658), (42670), (42671), (42672), (42696), (42702), (42710), (42711), (42717), (42719), (42721), (42724), (42725), (42730), (42733), (42739), (42740), (42741), (42746), (42747), (42756), (42762), (42767), (42772), (42780), (42781), (42782), (42783), (42785), (42789), (42790), (42791), (42793), (42799), (42802), (42803), (42804), (42811), (42826), (42832), (42833), (42834), (42841), (42842), (42843), (42846), (42853), (42858), (42859), (42867), (42869), (42870), (42872), (42873), (42878), (42879), (42880), (42889), (42890), (42891), (42894), (42895), (42896), (42897), (42902), (42903), (42904), (42907), (42908), (42913), (42914), (42953), (42964), (42972), (42978), (42995), (42999), (43003), (43004), (43006), (43036), (43037), (43043), (43044), (43058), (43061), (43063), (43064), (43065), (43067), (43075), (43077), (43083), (43084), (43086), (43087), (43090), (43093), (43094), (43097), (43100), (43103), (43104), (43107), (43108), (43122), (43123), (43125), (43128), (43130), (43131), (43132), (43133), (43137), (43138), (43140), (43150), (43151), (43153), (43156), (43157), (43159), (43178), (43187), (43191), (43192), (43193), (43194), (43195), (43196), (43197), (43198), (43199), (43202), (43205), (43206), (43225), (43228), (43235), (43243), (43245), (43246), (43256), (43259), (43260), (43261), (43262), (43267), (43268), (43270), (43273), (43286), (43287), (43288), (43292), (43297), (43298), (43299), (43300), (43301), (43303), (43305), (43309), (43315), (43325), (43330), (43334), (43337), (43340), (43341), (43345), (43346), (43347), (43348), (43352), (43353), (43354), (43356), (43357), (43358), (43359), (43361), (43362), (43364), (43365), (43368), (43370), (43379), (43380), (43381), (43384), (43393), (43398), (43399), (43409), (43410), (43411), (43413), (43415), (43416), (43417), (43419), (43427), (43428), (43433), (43435), (43439), (43441), (43445), (43451), (43456), (43461), (43469), (43470), (43471), (43472), (43473), (43474), (43475), (43477), (43483), (43484), (43488), (43489), (43492), (43495), (43496), (43497), (43501), (43505), (43507), (43511), (43512), (43515), (43516), (43517), (43518), (43519), (43520), (43522), (43523), (43524), (43525), (43526), (43528), (43529), (43532), (43535), (43543), (43545), (43553), (43556), (43560), (43564), (43565), (43567), (43569), (43571), (43572), (43574), (43575), (43577), (43578), (43579), (43581), (43584), (43585), (43586), (43591), (43592), (43593), (43612), (43613), (43619), (43621), (43622), (43644), (43646), (43648), (43649), (43650), (43651), (43660), (43661), (43663), (43665), (43666), (43667), (43671), (43673), (43680), (43682), (43683), (43684), (43690), (43693), (43695), (43701), (43709), (43714), (43715), (43720), (43726), (43727), (43728), (43729), (43732), (43746), (43767), (43769), (43785), (43786), (43789), (43794), (43795), (43799), (43804), (43807), (43809), (43821), (43834), (43869), (43895), (43903), (43906), (43923), (43928), (43931), (43932), (43933), (43937), (43941), (43948), (43951), (43952), (43969), (43971), (43974), (43976), (43984), (43988), (43993), (43996), (43997), (44000), (44005), (44008), (44015), (44016), (44030), (44031), (44038), (44053), (44078), (44079), (44081), (44082), (44089), (44093), (44095), (44120), (44121), (44126), (44127), (44137), (44138), (44139), (44141), (44142), (44144), (44148), (44149), (44152), (44156), (44159), (44164), (44165), (44168), (44169), (44170), (44171), (44173), (44174), (44176), (44181), (44185), (44188), (44189), (44202), (44211), (44212), (44216), (44219), (44220), (44221), (44222), (44223), (44237), (44241), (44242), (44247), (44248), (44256), (44258), (44262), (44267), (44268), (44271), (44274), (44280), (44285), (44286), (44289), (44294), (44304), (44308), (44310), (44318), (44319), (44323), (44325), (44327), (44328), (44332), (44339), (44351), (44357), (44358), (44361), (44364), (44368), (44370), (44382), (44407), (44408), (44415), (44424), (44425), (44429), (44430), (44454), (44455), (44457), (44464), (44473), (44477), (44478), (44479), (44481), (44482), (44503), (44504), (44512), (44518), (44519), (44525), (44530), (44532), (44533), (44534), (44536), (44541), (44542), (44547), (44553), (44563), (44564), (44572), (44577), (44583), (44586), (44600), (44602), (44606), (44614), (44617), (44618), (44619), (44620), (44622), (44639), (44640), (44641), (44642), (44654), (44657), (44658), (44685), (44732), (44753), (44755), (44765), (44780), (44781), (44787), (44788), (44789), (44790), (44791), (44796), (44808), (44811), (44812), (44813), (44817), (44818), (44823), (44843), (44848), (44868), (44871), (44872), (44876), (44881), (44934), (44937), (44945), (44956), (44957), (44961), (44966), (44985), (44997), (45012), (45017), (45023), (45026), (45029), (45031), (45036), (45055), (45064), (45071), (45075), (45088), (45089), (45090), (45096), (45101), (45102), (45105), (45108), (45110), (45113), (45123), (45124), (45129), (45130), (45133), (45134), (45141), (45145), (45185), (45189), (45192), (45195), (45197), (45199), (45200), (45204), (45205), (45206), (45209), (45214), (45215), (45221), (45228), (45235), (45251), (45256), (45269), (45271), (45274), (45276), (45280), (45284), (45286), (45287), (45288), (45289), (45290), (45291), (45292), (45293), (45294), (45295), (45296), (45297), (45298), (45299), (45300), (45301), (45302), (45314), (45321), (45324), (45327), (45328), (45334), (45337), (45344), (45350), (45352), (45353), (45356), (45362), (45409), (45417), (45419), (45420), (45421), (45425), (45428), (45429), (45430), (45442), (45444), (45447), (45456), (45458), (45462), (45463), (45468), (45469), (45472), (45476), (45477), (45485), (45487), (45491), (45493), (45497), (45504), (45505), (45507), (45509), (45511), (45516), (45524), (45534), (45537), (45543), (45544), (45573), (45576), (45577), (45578), (45580), (45587), (45588), (45589), (45590), (45600), (45603), (45604), (45611), (45625), (45627), (45628), (45629), (45632), (45639), (45645), (45646), (45647), (45648), (45649), (45650), (45659), (45660), (45661), (45664), (45693), (45696), (45716), (45717), (45719), (45724), (45725), (45730), (45739), (45742), (45744), (45748), (45773), (45777), (45778), (45798), (45799), (45800), (45803), (45804), (45815), (45820), (45833), (45837), (45854), (45866), (45873), (45874), (45875), (45889), (45897), (45898), (45899), (45900), (45902), (45906), (45913), (45919), (45924), (45926), (45931), (45940), (45943), (45946), (45947), (45964), (45967), (45975), (45980), (45981), (45983), (45989), (45992), (46010), (46012), (46014), (46015), (46016), (46023), (46027), (46028), (46029), (46031), (46032), (46033), (46035), (46042), (46043), (46044), (46045), (46047), (46049), (46057), (46062), (46065), (46067), (46070), (46074), (46080), (46081), (46083), (46084), (46092), (46093), (46098), (46099), (46101), (46104), (46119), (46145), (46152), (46153), (46155), (46161), (46164), (46166), (46167), (46180), (46181), (46182), (46183), (46187), (46188), (46189), (46190), (46191), (46192), (46194), (46198), (46200), (46202), (46206), (46221), (46231), (46232), (46239), (46260), (46266), (46276), (46279), (46280), (46283), (46285), (46288), (46291), (46292), (46305), (46315), (46323), (46331), (46333), (46341), (46357), (46361), (46362), (46364), (46365), (46366), (46368), (46380), (46381), (46394), (46406), (46411), (46420), (46421), (46422), (46429), (46430), (46432), (46433), (46434), (46440), (46443), (46444), (46447), (46448), (46449), (46459), (46460), (46466), (46468), (46469), (46479), (46480), (46481), (46483), (46485), (46486), (46487), (46543), (46550), (46556), (46557), (46558), (46559), (46560), (46561), (46562), (46563), (46566), (46567), (46568), (46572), (46579), (46580), (46582), (46587), (46590), (46591), (46595), (46598), (46602), (46607), (46611), (46612), (46613), (46614), (46615), (46616), (46617), (46618), (46620), (46621), (46624), (46629), (46630), (46641), (46642), (46651), (46654), (46661), (46664), (46665), (46667), (46671), (46672), (46673), (46674), (46677), (46681), (46686), (46691), (46693), (46696), (46702), (46704), (46709), (46711), (46716), (46717), (46718), (46719), (46720), (46721), (46722), (46723), (46724), (46725), (46726), (46727), (46728), (46729), (46730), (46731), (46734), (46745), (46762), (46764), (46770), (46772), (46773), (46787), (46791), (46801), (46813), (46816), (46824), (46825), (46826), (46841), (46845), (46846), (46856), (46857), (46877), (46879), (46880), (46887), (46906), (46956), (46960), (46962), (46978), (46982), (46983), (46987), (46988), (46990), (47001), (47003), (47009), (47011), (47012), (47014), (47020), (47021), (47028), (47029), (47033), (47034), (47042), (47043), (47057), (47059), (47062), (47063), (47064), (47066), (47068), (47069), (47070), (47071), (47072), (47074), (47076), (47077), (47079), (47081), (47084), (47093), (47096), (47098), (47107), (47117), (47122), (47139), (47143), (47144), (47145), (47146), (47148), (47149), (47151), (47152), (47153), (47155), (47156), (47157), (47158), (47160), (47161), (47162), (47163), (47164), (47165), (47166), (47168), (47171), (47173), (47176), (47206), (47208), (47219), (47244), (47248), (47249), (47257), (47272), (47277), (47282), (47293), (47299), (47305), (47307), (47308), (47316), (47321), (47322), (47323), (47326), (47333), (47334), (47337), (47338), (47339), (47340), (47345), (47380), (47382), (47390), (47392), (47394), (47403), (47405), (47410), (47413), (47414), (47422), (47424), (47431), (47432), (47442), (47447), (47449), (47450), (47451), (47453), (47465), (47467), (47468), (47470), (47471), (47472), (47474), (47475), (47476), (47480), (47481), (47482), (47485), (47486), (47487), (47488), (47489), (47497), (47498), (47504), (47516), (47517), (47519), (47520), (47528), (47530), (47534), (47540), (47541), (47550), (47575), (47601), (47604), (47610), (47611), (47614), (47629), (47632), (47633), (47635), (47637), (47664), (47665), (47673), (47674), (47676), (47679), (47689), (47695), (47697), (47698), (47700), (47702), (47703), (47718), (47721), (47722), (47723), (47724), (47729), (47739), (47740), (47741), (47744), (47749), (47751), (47753), (47757), (47758), (47761), (47767), (47768), (47777), (47778), (47780), (47781), (47782), (47783), (47785), (47788), (47808), (47809), (47810), (47811), (47812), (47813), (47814), (47815), (47824), (47825), (47826), (47827), (47835), (47836), (47837), (47838), (47841), (47843), (47848), (47850), (47851), (47852), (47853), (47855), (47857), (47859), (47860), (47863), (47864), (47865), (47867), (47902), (47914), (47917), (47920), (47926), (47928), (47930), (47938), (47948), (47960), (47961), (47962), (47964), (47968), (47976), (47984), (47991), (47992), (47993), (47994), (47995), (47996), (48011), (48013), (48039), (48045), (48046), (48047), (48048), (48053), (48060), (48062), (48063), (48065), (48066), (48067), (48068), (48070), (48071), (48072), (48073), (48084), (48085), (48098), (48099), (48100), (48101), (48102), (48103), (48104), (48105), (48119), (48120), (48122), (48123), (48124), (48125), (48126), (48127), (48130), (48132), (48133), (48134), (48135), (48137), (48140), (48147), (48155), (48156), (48157), (48158), (48159), (48160), (48161), (48163), (48164), (48165), (48169), (48181), (48184), (48187), (48192), (48208), (48210), (48232), (48245), (48249), (48250), (48261), (48262), (48264), (48267), (48268), (48282), (48283), (48285), (48286), (48287), (48288), (48290), (48291), (48292), (48296), (48298), (48299), (48300), (48301), (48307), (48309), (48310), (48316), (48330), (48334), (48360), (48365), (48374), (48376), (48377), (48378), (48400), (48417), (48423), (48424), (48440), (48441), (48442), (48443), (48450), (48451), (48459), (48461), (48462), (48463), (48464), (48465), (48468), (48469), (48479), (48480), (48489), (48490), (48491), (48504), (48532), (48533), (48540), (48541), (48542), (48543), (48548), (48549), (48563), (48564), (48565), (48566), (48567), (48568), (48569), (48570), (48571), (48572), (48573), (48574), (48575), (48576), (48577), (48578), (48579), (48583), (48585), (48598), (48599), (48601), (48603), (48606), (48617), (48622), (48628), (48637), (48638), (48639), (48640), (48648), (48652), (48656), (48657), (48658), (48659), (48660), (48661), (48662), (48663), (48664), (48665), (48666), (48667), (48668), (48669), (48671), (48672), (48673), (48674), (48675), (48676), (48678), (48679), (48680), (48689), (48690), (48691), (48693), (48696), (48697), (48698), (48699), (48700), (48712), (48714), (48737), (48738), (48746), (48747), (48749), (48750), (48752), (48753), (48754), (48755), (48756), (48759), (48760), (48765), (48770), (48772), (48774), (48775), (48781), (48782), (48784), (48785), (48788), (48800), (48801), (48802), (48805), (48806), (48812), (48813), (48815), (48820), (48821), (48822), (48823), (48824), (48825), (48826), (48827), (48828), (48829), (48830), (48831), (48832), (48845), (48850), (48851), (48852), (48854), (48862), (48871), (48872), (48873), (48876), (48877), (48878), (48880), (48881), (48883), (48895), (48917), (48920), (48931), (48932), (48935), (48936), (48953), (48960), (48974), (48981), (48984), (48995), (48996), (48998), (48999), (49000), (49001), (49005), (49009), (49010), (49011), (49012), (49020), (49021), (49026), (49028), (49029), (49037), (49044), (49045), (49047), (49048), (49049), (49050), (49051), (49052), (49053), (49054), (49078), (49084), (49089), (49090), (49091), (49092), (49093), (49099), (49106), (49110), (49111), (49113), (49119), (49124), (49125), (49127), (49138), (49143), (49158), (49161), (49165), (49177), (49184), (49204), (49206), (49213), (49215), (49230), (49231), (49232), (49233), (49235), (49236), (49237), (49238), (49239), (49240), (49242), (49243), (49256), (49257), (49266), (49267), (49268), (49269), (49270), (49271), (49272), (49273), (49275), (49276), (49278), (49279), (49282), (49283), (49284), (49288), (49294), (49296), (49298), (49305), (49309), (49312), (49317), (49323), (49324), (49348), (49349), (49353), (49354), (49362), (49363), (49364), (49372), (49376), (49381), (49383), (49387), (49404), (49406), (49418), (49427), (49429), (49433), (49439), (49446), (49453), (49454), (49459), (49463), (49466), (49481), (49482), (49485), (49500), (49501), (49511), (49512), (49527), (49537), (49544), (49546), (49547), (49549), (49560), (49576), (49584), (49587), (49592), (49613), (49616), (49617), (49624), (49637), (49639), (49641), (49644), (49675), (49678), (49680), (49681), (49686), (49690), (49696), (49704), (49705), (49706), (49708), (49710), (49711), (49712), (49715), (49718), (49719), (49720), (49723), (49729), (49734), (49742), (49747), (49749), (49753), (49755), (49758), (49759), (49771), (49776), (49797), (49799), (49800), (49802), (49803), (49804), (49805), (49806), (49830), (49836), (49840), (49841), (49843), (49846), (49848), (49859), (49861), (49863), (49865), (49891), (49892), (49893), (49894), (49895), (49896), (49897), (49903), (49904), (49906), (49909), (49913), (49914), (49915), (49916), (49917), (49918), (49919), (49920), (49921), (49922), (49923), (49924), (49926), (49927), (49928), (49929), (49930), (49935), (49942), (49945), (49956), (49961), (49965), (49966), (49967), (49968), (49969), (49970), (49971), (49972), (49973), (49974), (49975), (49978), (49980), (49981), (49985), (49986), (49987), (49989), (49991), (49993), (49994), (49995), (49996), (49997), (49998), (49999), (50004), (50006), (50015), (50021), (50027), (50028), (50035), (50038), (50046), (50047), (50050), (50052), (50064), (50066), (50073), (50075), (50084), (50086), (50089), (50090), (50091), (50092), (50094), (50100), (50101), (50102), (50104), (50135), (50144), (50145), (50146), (50156), (50165), (50169), (50183), (50184), (50185), (50188), (50196), (50198), (50205), (50206), (50207), (50217), (50231), (50232), (50234), (50245), (50251), (50252), (50255), (50256), (50257), (50259), (50265), (50271), (50273), (50276), (50282), (50287), (50288), (50289), (50290), (50291), (50293), (50295), (50299), (50301), (50303), (50305), (50306), (50307), (50319), (50323), (50328), (50335), (50341), (50343), (50344), (50347), (50349), (50356), (50361), (50370), (50375), (50377), (50378), (50379), (50380), (50400), (50401), (50402), (50403), (50405), (50406), (50410), (50411), (50412), (50424), (50431), (50432), (50434), (50435), (50436), (50437), (50439), (50445), (50454), (50455), (50456), (50459), (50462), (50463), (50464), (50477), (50478), (50479), (50484), (50498), (50499), (50500), (50504), (50508), (50509), (50510), (50511), (50512), (50517), (50518), (50519), (50521), (50523), (50533), (50534), (50536), (50537), (50538), (50541), (50545), (50550), (50559), (50566), (50572), (50573), (50578), (50581), (50582), (50588), (50597), (50629), (50631), (50633), (50634), (50635), (50638), (50655), (50658), (50659), (50660), (50661), (50662), (50663), (50666), (50668), (50673), (50675), (50679), (50688), (50691), (50693), (50701), (50704), (50705), (50706), (50721), (50725), (50729), (50731), (50732), (50733), (50737), (50739), (50740), (50744), (50761), (50770), (50773), (50782), (50783), (50796), (50797), (50799), (50804), (50818), (50820), (50821), (50830), (50832), (50834), (50842), (50843), (50844), (50845), (50846), (50853), (50854), (50859), (50861), (50874), (50876), (50894), (50895), (50900), (50905), (50907), (50914), (50918), (50919), (50923), (50924), (50926), (50927), (50978), (50979), (50992), (50997), (51011), (51015), (51016), (51018), (51020), (51026), (51035), (51037), (51046), (51054), (51055), (51057), (51059), (51062), (51064), (51067), (51069), (51072), (51077), (51079), (51081), (51083), (51085), (51087), (51089), (51091), (51093), (51095), (51097), (51100), (51102), (51105), (51107), (51111), (51120), (51121), (51131), (51134), (51135), (51137), (51154), (51156), (51157), (51165), (51187), (51196), (51197), (51198), (51199), (51200), (51203), (51216), (51220), (51221), (51226), (51227), (51228), (51229), (51232), (51233), (51235), (51236), (51240), (51243), (51258), (51259), (51270), (51272), (51275), (51279), (51285), (51287), (51290), (51292), (51298), (51305), (51308), (51310), (51315), (51316), (51325), (51326), (51327), (51328), (51330), (51334), (51339), (51340), (51354), (51356), (51363), (51365), (51372), (51382), (51399), (51409), (51410), (51411), (51413), (51416), (51417), (51418), (51419), (51423), (51424), (51425), (51426), (51427), (51428), (51429), (51430), (51431), (51432), (51440), (51442), (51446), (51447), (51454), (51460), (51467), (51484), (51489), (51491), (51492), (51495), (51496), (51500), (51502), (51503), (51504), (51505), (51506), (51509), (51514), (51515), (51573), (51580), (51584), (51585), (51586), (51587), (51588), (51591), (51592), (51593), (51596), (51598), (51601), (51608), (51609), (51610), (51613), (51614), (51618), (51656), (51657), (51658), (51659), (51662), (51675), (51676), (51677), (51680), (51693), (51695), (51699), (51714), (51718), (51722), (51724), (51726), (51728), (51732), (51734), (51735), (51736), (51740), (51751), (51756), (51757), (51772), (51775), (51776), (51778), (51779), (51786), (51787), (51797), (51798), (51799), (51803), (51804), (51808), (51809), (51811), (51818), (51827), (51830), (51842), (51844), (51853), (51854), (51855), (51856), (51857), (51863), (51864), (51872), (51875), (51876), (51877), (51878), (51879), (51886), (51888), (51889), (51893), (51894), (51895), (51897), (51898), (51899), (51901), (51909), (51912), (51917), (51918), (51919), (51920), (51926), (51934), (51935), (51936), (51937), (51940), (51945), (51949), (51951), (51961), (51962), (51963), (51968), (51973), (51976), (51979), (51981), (51989), (51990), (51997), (51998), (51999), (52000), (52004), (52005), (52007), (52008), (52014), (52025), (52026), (52030), (52032), (52042), (52043), (52045), (52053), (52069), (52078), (52082), (52083), (52086), (52088), (52090), (52108), (52125), (52139), (52149), (52157), (52160), (52163), (52167), (52169), (52171), (52187), (52194), (52196), (52198), (52199), (52206), (52207), (52209), (52210), (52212), (52217), (52219), (52221), (52223), (52224), (52228), (52229), (52230), (52251), (52252), (52253), (52256), (52261), (52263), (52265), (52267), (52270), (52280), (52282), (52292), (52307), (52312), (52318), (52327), (52328), (52334), (52345), (52346), (52352), (52353), (52355), (52356), (52359), (52360), (52361), (52364), (52372), (52373), (52374), (52375), (52383), (52389), (52391), (52401), (52402), (52415), (52425), (52428), (52430), (52431), (52433), (52444), (52445), (52447), (52460), (52463), (52465), (52466), (52468), (52469), (52471), (52472), (52473), (52474), (52475), (52476), (52486), (52487), (52496), (52498), (52499), (52501), (52502), (52504), (52506), (52511), (52515), (52519), (52521), (52522), (52527), (52532), (52534), (52536), (52537), (52538), (52540), (52542), (52544), (52545), (52546), (52547), (52548), (52549), (52554), (52566), (52577), (52581), (52583), (52586), (52587), (52591), (52594), (52595), (52596), (52600), (52601), (52604), (52608), (52609), (52610), (52613), (52620), (52631), (52633), (52643), (52644), (52655), (52657), (52658), (52660), (52672), (52675), (52680), (52684), (52695), (52696), (52699), (52700), (52702), (52705), (52708), (52709), (52711), (52713), (52715), (52718), (52719), (52721), (52722), (52737), (52740), (52741), (52743), (52751), (52752), (52754), (52755), (52758), (52761), (52762), (52764), (52771), (52772), (52773), (52778), (52781), (52782), (52784), (52789), (52794), (52806), (52807), (52813), (52814), (52818), (52825), (52835), (52839), (52851), (52856), (52859), (52862), (52863), (52864), (52871), (52872), (52873), (52883), (52885), (52889), (52890), (52904), (52905), (52909), (52921), (52926), (52931), (52932), (52939), (52943), (52986), (52987), (52988), (52992), (52994), (52996), (53001), (53002), (53003), (53005), (53006), (53007), (53019), (53023), (53027), (53031), (53033), (53043), (53044), (53045), (53051), (53058), (53059), (53060), (53062), (53068), (53069), (53070), (53072), (53073), (53085), (53086), (53087), (53088), (53089), (53094), (53098), (53099), (53100), (53101), (53102), (53108), (53109), (53111), (53116), (53141), (53145), (53148), (53150), (53153), (53158), (53174), (53191), (53193), (53194), (53195), (53208), (53209), (53214), (53254), (53271), (53288), (53289), (53301), (53307), (53308), (53310), (53311), (53313), (53314), (53317), (53318), (53322), (53326), (53327), (53329), (53330), (53332), (53333), (53335), (53338), (53339), (53340), (53346), (53351), (53352), (53353), (53357), (53359), (53364), (53366), (53372), (53388), (53394), (53395), (53396), (53402), (53404), (53407), (53408), (53418), (53422), (53424), (53425), (53431), (53435), (53437), (53438), (53442), (53449), (53460), (53477), (53480), (53492), (53493), (53498), (53499), (53508), (53509), (53526), (53528), (53529), (53532), (53533), (53534), (53536), (53537), (53538), (53540), (53542), (53543), (53544), (53545), (53546), (53547), (53548), (53549), (53550), (53558), (53559), (53560), (53561), (53562), (53564), (53565), (53566), (53567), (53568), (53571), (53572), (53573), (53574), (53575), (53578), (53579), (53580), (53581), (53582), (53584), (53586), (53587), (53588), (53589), (53595), (53600), (53601), (53617), (53618), (53625), (53629), (53631), (53633), (53638), (53639), (53652), (53653), (53654), (53659), (53669), (53697), (53704), (53719), (53726), (53733), (53739), (53742), (53769), (53772), (53786), (53788), (53799), (53807), (53809), (53810), (53815), (53821), (53824), (54016), (54028), (54029), (54035), (54039), (54042), (54049), (54050), (54051), (54052), (54053), (54060), (54063), (54068), (54070), (54071), (54074), (54075), (54076), (54077), (54078), (54079), (54080), (54092), (54094), (54095), (54096), (54113), (54121), (54126), (54129), (54132), (54135), (54158), (54169), (54172), (54175), (54183), (54185), (54188), (54190), (54191), (54195), (54196), (54198), (54203), (54216), (54226), (54235), (54237), (54238), (54249), (54260), (54261), (54273), (54283), (54284), (54290), (54299), (54303), (54309), (54311), (54315), (54316), (54319), (54321), (54324), (54331), (54334), (54335), (54337), (54338), (54339), (54340), (54345), (54350), (54361), (54376), (54378), (54380), (54387), (54393), (54394), (54395), (54396), (54399), (54416), (54417), (54429), (54431), (54433), (54451), (54453), (54458), (54459), (54460), (54468), (54470), (54479), (54485), (54487), (54491), (54495), (54498), (54499), (54502), (54504), (54507), (54511), (54514), (54518), (54521), (54525), (54526), (54527), (54531), (54532), (54540), (54549), (54565), (54573), (54576), (54577), (54578), (54587), (54588), (54593), (54594), (54602), (54604), (54609), (54610), (54611), (54612), (54613), (54615), (54616), (54617), (54618), (54619), (54620), (54622), (54624), (54630), (54631), (54632), (54634), (54640), (54644), (54646), (54648), (54651), (54660), (54662), (54663), (54667), (54668), (54673), (54675), (54677), (54679), (54680), (54688), (54689), (54694), (54702), (54703), (54704), (54706), (54708), (54709), (54716), (54719), (54723), (54755), (54757), (54761), (54770), (54772), (54781), (54785), (54788), (54790), (54791), (54794), (54799), (54801), (54804), (54805), (54820), (54822), (54823), (54843), (54846), (54880), (54881), (54882), (54883), (54884), (54885), (54886), (54887), (54900), (54906), (54908), (54919), (54920), (54932), (54933), (54951), (54956), (54957), (54958), (54965), (54970), (54971), (54973), (54974), (54975), (54976), (54977), (54982), (54983), (54986), (54987), (54992), (54997), (55006), (55007), (55008), (55009), (55021), (55029), (55039), (55041), (55046), (55050), (55051), (55054), (55065), (55066), (55069), (55070), (55071), (55074), (55075), (55078), (55079), (55090), (55093), (55095), (55102), (55104), (55144), (55160), (55168), (55196), (55209), (55210), (55216), (55217), (55218), (55219), (55220), (55224), (55225), (55226), (55240), (55241), (55253), (55255), (55258), (55259), (55260), (55261), (55262), (55263), (55264), (55265), (55268), (55269), (55270), (55271), (55274), (55276), (55277), (55281), (55284), (55313), (55314), (55317), (55318), (55319), (55320), (55321), (55322), (55324), (55331), (55334), (55346), (55348), (55359), (55360), (55363), (55364), (55411), (55412), (55416), (55424), (55425), (55430), (55469), (55470), (55482), (55483), (55484), (55485), (55487), (55488), (55489), (55490), (55491), (55492), (55495), (55496), (55497), (55498), (55499), (55504), (55505), (55506), (55507), (55508), (55509), (55511), (55520), (55521), (55530), (55536), (55549), (55550), (55555), (55556), (55557), (55567), (55568), (55569), (55579), (55581), (55582), (55597), (55598), (55599), (55602), (55604), (55605), (55613), (55622), (55624), (55625), (55643), (55645), (55646), (55648), (55652), (55659), (55700), (55703), (55704), (55716), (55719), (55728), (55736), (55748), (55749), (55750), (55751), (55752), (55753), (55754), (55756), (55770), (55771), (55772), (55778), (55779), (55780), (55781), (55790), (55797), (55802), (55804), (55809), (55813), (55815), (55818), (55823), (55824), (55838), (55840), (55841), (55864), (55874), (55877), (55880), (55890), (55894), (55929), (55931), (55932), (55933), (55935), (55936), (55937), (55939), (55951), (55958), (55959), (55960), (55962), (55963), (55968), (55973), (55978), (55981), (55982), (55983), (55984), (56033), (56036), (56038), (56046), (56061), (56071), (56072), (56090), (56091), (56092), (56098), (56104), (56106), (56107), (56112), (56113), (56115), (56122), (56123), (56125), (56127), (56130), (56131), (56132), (56138), (56139), (56141), (56143), (56144), (56147), (56149), (56160), (56161), (56185), (56190), (56191), (56198), (56200), (56211), (56222), (56223), (56230), (56236), (56239), (56252), (56254), (56260), (56277), (56287), (56305), (56320), (56326), (56329), (56331), (56332), (56346), (56351), (56352), (56361), (56362), (56379), (56404), (56405), (56411), (56425), (56426), (56430), (56433), (56434), (56440), (56442), (56444), (56447), (56448), (56485), (56491), (56506), (56513), (56515), (56517), (56520), (56521), (56525), (56536), (56537), (56539), (56545), (56557), (56559), (56562), (56564), (56565), (56581), (56582), (56584), (56586), (56603), (56605), (56606), (56607), (56609), (56624), (56626), (56627), (56628), (56629), (56630), (56631), (56640), (56641), (56645), (56659), (56662), (56664), (56666), (56668), (56670), (56671), (56672), (56678), (56685), (56687), (56698), (56699), (56701), (56707), (56715), (56718), (56719), (56720), (56721), (56727), (56728), (56729), (56730), (56731), (56734), (56753), (56754), (56755), (56760), (56761), (56770), (56771), (56772), (56773), (56774), (56775), (56776), (56777), (56780), (56781), (56785), (56790), (56791), (56795), (56796), (56797), (56815), (56854), (56860), (56861), (56862), (56891), (56893), (56896), (56898), (56902), (56903), (56905), (56906), (56907), (56909), (56917), (56918), (56919), (56920), (56921), (56922), (56923), (56925), (56933), (56937), (56938), (56939), (56940), (56966), (56969), (57049), (57050), (57052), (57053), (57058), (57062), (57063), (57089), (57090), (57094), (57095), (57108), (57118), (57143), (57292), (57305), (57323), (57337), (57346), (57347), (57369), (57374), (57376), (57380), (57384), (57386), (57388), (57389), (57390), (57391), (57392), (57393), (57395), (57397), (57402), (57407), (57411), (57413), (57420), (57454), (57456), (57461), (57464), (57465), (57466), (57473), (57480), (57486), (57487), (57488), (57490), (57506), (57507), (57528), (57530), (57536), (57537), (57547), (57548), (57553), (57554), (57556), (57573), (57580), (57582), (57587), (57589), (57590), (57593), (57594), (57596), (57599), (57601), (57602), (57603), (57615), (57616), (57617), (57620), (57628), (57635), (57640), (57641), (57644), (57645), (57647), (57648), (57651), (57657), (57661), (57665), (57670), (57671), (57677), (57679), (57723), (57724), (57725), (57745), (57755), (57759), (57765), (57766), (57767), (57770), (57774), (57775), (57777), (57778), (57779), (57780), (57781), (57783), (57785), (57787), (57789), (57790), (57795), (57799), (57802), (57807), (57808), (57823), (57825), (57833), (57834), (57838), (57841), (57842), (57845), (57846), (57860), (57863), (57864), (57871), (57874), (57888), (57896), (57897), (57906), (57908), (57914), (57921), (57922), (57941), (57949), (57951), (57964), (57965), (57969), (57970), (57974), (57975), (57981), (57984), (57992), (57993), (57994), (58012), (58021), (58025), (58044), (58054), (58061), (58062), (58071), (58106), (58117), (58118), (58119), (58151), (58154), (58179), (58180), (58181), (58183), (58184), (58187), (58194), (58203), (58204), (58205), (58207), (58208), (58209), (58210), (58211), (58212), (58213), (58214), (58215), (58216), (58217), (58218), (58219), (58220), (58221), (58222), (58223), (58224), (58230), (58270), (58282), (58283), (58349), (58351), (58352), (58371), (58373), (58412), (58418), (58419), (58420), (58421), (58438), (58448), (58449), (58450), (58451), (58452), (58453), (58456), (58457), (58459), (58460), (58461), (58462), (58464), (58466), (58471), (58475), (58494), (58504), (58505), (58508), (58509), (58510), (58511), (58513), (58514), (58516), (58517), (58518), (58519), (58520), (58526), (58529), (58531), (58534), (58535), (58537), (58544), (58548), (58561), (58563), (58564), (58566), (58567), (58597), (58604), (58605), (58607), (58608), (58609), (58610), (58611), (58612), (58617), (58619), (58621), (58622), (58624), (58628), (58632), (58633), (58642), (58644), (58660), (58663), (58664), (58665), (58666), (58667), (58678), (58681), (58683), (58684), (58691), (58700), (58701), (58702), (58743), (58747), (58758), (58769), (58770), (58772), (58781), (58782), (58786), (58787), (58788), (58797), (58798), (58799), (58810), (58811), (58814), (58815), (58816), (58817), (58822), (58823), (58827), (58829), (58830), (58839), (58840), (58843), (58844), (58845), (58847), (58849), (58850), (58855), (58859), (58861), (58867), (58879), (58890), (58896), (58898), (58902), (58905), (58912), (58913), (58915), (58919), (58921), (58922), (58935), (58940), (58941), (58953), (58955), (58959), (58961), (58966), (58967), (58969), (58971), (58972), (58973), (58976), (58978), (58980), (58981), (58987), (58988), (58989), (58991), (58996), (59001), (59006), (59007), (59011), (59013), (59016), (59017), (59019), (59020), (59021), (59023), (59024), (59025), (59034), (59035), (59039), (59040), (59044), (59047), (59050), (59051), (59060), (59064), (59065), (59069), (59079), (59080), (59081), (59082), (59083), (59085), (59100), (59102), (59104), (59105), (59106), (59109), (59110), (59111), (59114), (59119), (59121), (59124), (59130), (59131), (59132), (59133), (59134), (59138), (59142), (59144), (59146), (59147), (59148), (59150), (59151), (59153), (59155), (59160), (59161), (59163), (59164), (59165), (59166), (59167), (59168), (59169), (59170), (59171), (59172), (59178), (59179), (59180), (59182), (59185), (59186), (59187), (59191), (59192), (59199), (59209), (59210), (59211), (59215), (59220), (59223), (59225), (59226), (59228), (59233), (59235), (59237), (59239), (59241), (59242), (59243), (59244), (59246), (59247), (59248), (59249), (59251), (59252), (59254), (59256), (59257), (59259), (59260), (59261), (59262), (59263), (59264), (59265), (59268), (59269), (59270), (59271), (59273), (59280), (59288), (59290), (59300), (59304), (59318), (59319), (59324), (59325), (59329), (59330), (59331), (59342), (59343), (59344), (59346), (59347), (59348), (59350), (59351), (59352), (59355), (59357), (59359), (59361), (59362), (59364), (59367), (59371), (59373), (59374), (59376), (59381), (59389), (59391), (59392), (59395), (59397), (59398), (59399), (59400), (59401), (59402), (59408), (59409), (59412), (59413), (59423), (59432), (59434), (59439), (59444), (59448), (59455), (59460), (59467), (59468), (59471), (59482), (59485), (59513), (59515), (59517), (59519), (59520), (59525), (59530), (59542), (59543), (59544), (59545), (59547), (59548), (59557), (59558), (59563), (59575), (59577), (59590), (59593), (59594), (59599), (59603), (59604), (59605), (59606), (59607), (59608), (59610), (59611), (59616), (59617), (59633), (59634), (59637), (59638), (59651), (59653), (59656), (59661), (59663), (59679), (59682), (59683), (59684), (59685), (59691), (59695), (59696), (59700), (59703), (59710), (59712), (59713), (59715), (59716), (59717), (59718), (59723), (59727), (59735), (59736), (59742), (59743), (59746), (59750), (59760), (59762), (59763), (59765), (59766), (59767), (59769), (59779), (59795), (59805), (59812), (59813), (59814), (59815), (59817), (59823), (59826), (59827), (59832), (59839), (59840), (59841), (59844), (59846), (59851), (59852), (59855), (59856), (59863), (59864), (59877), (59879), (59881), (59882), (59883), (59884), (59885), (59886), (59894), (59901), (59921), (59963), (59965), (59972), (59974), (59978), (59982), (59984), (59985), (59986), (59987), (59988), (59989), (59991), (59992), (59993), (59994), (59997), (59999), (60003), (60004), (60005), (60006), (60008), (60009), (60011), (60012), (60013), (60015), (60016), (60017), (60018), (60032), (60035), (60039), (60041), (60043), (60051), (60052), (60053), (60067), (60073), (60076), (60078), (60079), (60080), (60085), (60089), (60100), (60103), (60106), (60107), (60111), (60112), (60115), (60117), (60122), (60123), (60127), (60129), (60181), (60183), (60186), (60194), (60195), (60197), (60203), (60204), (60210), (60211), (60212), (60229), (60233), (60234), (60235), (60236), (60239), (60241), (60300), (60307), (60309), (60339), (60351), (60352), (60428), (60431), (60432), (60433), (60440), (60443), (60446), (60447), (60450), (60452), (60453), (60472), (60474), (60483), (60488), (60500), (60504), (60505), (60506), (60518), (60526), (60530), (60540), (60541), (60542), (60578), (60580), (60585), (60588), (60590), (60626), (60642), (60644), (60646), (60654), (60672), (60678), (60682), (60683), (60699), (60708), (60742), (60753), (60781), (60782), (60784), (60785), (60786), (60790), (60802), (60803), (60805), (60809), (60814), (60817), (60842), (60844), (60850), (60856), (60857), (60859), (60868), (60869), (60870), (60871), (60872), (60873), (60876), (60880), (60882), (60890), (60896), (60897), (60898), (60899), (60900), (60901), (60905), (60906), (60917), (60918), (60924), (60926), (60927), (60930), (60932), (60935), (60940), (60941), (60944), (60945), (60946), (60947), (60949), (60950), (60951), (60952), (60954), (60959), (60961), (60962), (60963), (60965), (60968), (60972), (60973), (60979), (60980), (60981), (60982), (60983), (60988), (60991), (60995), (61001), (61005), (61006), (61016), (61018), (61024), (61025), (61029), (61034), (61036), (61039), (61041), (61042), (61046), (61048), (61051), (61064), (61070), (61077), (61080), (61083), (61087), (61091), (61094), (61100), (61101), (61103), (61109), (61110), (61111), (61115), (61123), (61124), (61127), (61129), (61133), (61140), (61143), (61159), (61160), (61162), (61164), (61166), (61168), (61171), (61172), (61173), (61176), (61178), (61182), (61186), (61187), (61191), (61193), (61194), (61195), (61196), (61197), (61198), (61209), (61211), (61213), (61215), (61218), (61223), (61226), (61242), (61243), (61244), (61253), (61259), (61260), (61263), (61269), (61272), (61281), (61282), (61286), (61287), (61291), (61295), (61296), (61299), (61300), (61301), (61302), (61305), (61314), (61319), (61320), (61326), (61327), (61343), (61344), (61347), (61352), (61358), (61372), (61373), (61374), (61375), (61380), (61381), (61382), (61385), (61395), (61398), (61399), (61409), (61411), (61415), (61419), (61420), (61421), (61423), (61424), (61443), (61445), (61448), (61454), (61457), (61461), (61466), (61474), (61479), (61480), (61486), (61490), (61491), (61493), (61507), (61511), (61512), (61515), (61528), (61545), (61549), (61550), (61552), (61554), (61556), (61558), (61561), (61562), (61563), (61565), (61567), (61569), (61572), (61579), (61584), (61590), (61592), (61593), (61596), (61597), (61599), (61600), (61601), (61604), (61606), (61607), (61613), (61621), (61623), (61624), (61626), (61627), (61628), (61634), (61635), (61662), (61663), (61666), (61667), (61668), (61676), (61685), (61696), (61705), (61712), (61716), (61721), (61728), (61729), (61730), (61733), (61747), (61767), (61780), (61781), (61789), (61791), (61793), (61794), (61795), (61796), (61797), (61798), (61799), (61800), (61801), (61802), (61804), (61805), (61806), (61807), (61808), (61815), (61817), (61819), (61821), (61822), (61823), (61824), (61825), (61832), (61833), (61834), (61835), (61836), (61837), (61838), (61839), (61840), (61841), (61842), (61843), (61844), (61845), (61849), (61857), (61859), (61862), (61866), (61868), (61870), (61873), (61879), (61880), (61881), (61888), (61893), (61895), (61896), (61897), (61903), (61909), (61911), (61912), (61923), (61924), (61925), (61926), (61927), (61928), (61929), (61965), (61967), (61973), (61998), (62014), (62026), (62030), (62036), (62053), (62063), (62078), (62089), (62103), (62105), (62117), (62118), (62119), (62120), (62121), (62122), (62124), (62128), (62129), (62130), (62131), (62138), (62167), (62169), (62195), (62198), (62204), (62225), (62226), (62249), (62250), (62261), (62264), (62265), (62280), (62292), (62298), (62305), (62309), (62310), (62312), (62315), (62316), (62317), (62318), (62322), (62326), (62327), (62328), (62331), (62332), (62333), (62334), (62335), (62342), (62347), (62354), (62356), (62368), (62372), (62373), (62382), (62395), (62401), (62402), (62415), (62417), (62418), (62420), (62441), (62442), (62443), (62444), (62445), (62446), (62455), (62456), (62466), (62479), (62482), (62503), (62507), (62526), (62531), (62536), (62540), (62544), (62554), (62563), (62575), (62581), (62583), (62589), (62601), (62607), (62608), (62611), (62613), (62614), (62626), (62638), (62648), (62649), (62653), (62658), (62672), (62673), (62707), (62708), (62711), (62717), (62722), (62726), (62732), (62767), (62768), (62769), (62793), (62796), (62806), (62832), (62836), (62844), (62845), (62846), (62854), (62855), (62863), (62867), (62874), (62875), (62881), (62900), (62901), (62902), (62903), (62904), (62928), (62935), (62938), (62939), (62960), (62961), (62989), (62997), (62998), (63003), (63010), (63012), (63028), (63034), (63035), (63036), (63047), (63082), (63094), (63103), (63104), (63105), (63111), (63112), (63120), (63124), (63125), (63126), (63127), (63134), (63136), (63138), (63147), (63151), (63169), (63171), (63172), (63174), (63175), (63177), (63178), (63179), (63180), (63183), (63184), (63185), (63216), (63221), (63226), (63228), (63233), (63240), (63242), (63259), (63276), (63278), (63301), (63311), (63313), (63314), (63315), (63316), (63336), (63337), (63338), (63344), (63345), (63356), (63359), (63361), (63362), (63363), (63380), (63382), (63413), (63416), (63418), (63459), (63462), (63463), (63464), (63465), (63466), (63468), (63477), (63479), (63487), (63493), (63494), (63495), (63511), (63518), (63519), (63529), (63535), (63536), (63544), (63549), (63550), (63551), (63553), (63556), (63559), (63562), (63564), (63569), (63571), (63573), (63575), (63599), (63605), (63612), (63615), (63619), (63652), (63653), (63654), (63655), (63661), (63668), (63669), (63670), (63671), (63672), (63673), (63675), (63678), (63685), (63689), (63691), (63699), (63700), (63716), (63728), (63736), (63738), (63754), (63755), (63759), (63760), (63789), (63803), (63804), (63809), (63815), (63823), (63825), (63827), (63845), (63846), (63852), (63861), (63913), (63914), (63915), (63916), (63917), (63918), (63919), (63920), (63921), (63922), (63923), (63931), (63980), (63989), (63993), (63995), (63997), (63998), (64003), (64005), (64006), (64014), (64024), (64025), (64026), (64027), (64028), (64029), (64030), (64031), (64032), (64034), (64036), (64039), (64044), (64058), (64065), (64085), (64090), (64097), (64102), (64104), (64107), (64113), (64114), (64115), (64119), (64123), (64128), (64134), (64136), (64138), (64142), (64151), (64152), (64153), (64156), (64157), (64159), (64160), (64186), (64204), (64211), (64212), (64213), (64215), (64230), (64269), (64324), (64328), (64330), (64331), (64332), (64333), (64334), (64335), (64336), (64337), (64338), (64339), (64342), (64346), (64363), (64365), (64367), (64374), (64375), (64376), (64377), (64380), (64382), (64387), (64388), (64390), (64391), (64395), (64396), (64412), (64413), (64429), (64430), (64442), (64467), (64478), (64496), (64499), (64501), (64507), (64528), (64529), (64535), (64542), (64552), (64580), (64583), (64588), (64590), (64591), (64592), (64595), (64627), (64637), (64638), (64640), (64646), (64647), (64648), (64649), (64654), (64665), (64666), (64667), (64668), (64669), (64674), (64682), (64686), (64692), (64696), (64698), (64699), (64705), (64719), (64740), (64757), (64758), (64759), (64766), (64768), (64771), (64773), (64776), (64780), (64787), (64795), (64798), (64801), (64806), (64807), (64821), (64841), (64870), (64874), (64876), (64888), (64891), (64903), (64909), (64918), (64930), (64953), (64967), (64970), (64971), (64974), (64978), (64991), (65030), (65031), (65033), (65035), (65036), (65038), (65039), (65040), (65042), (65054), (65055), (65056), (65057), (65058), (65059), (65061), (65062), (65071), (65080), (65081), (65104), (65111), (65113), (65122), (65123), (65131), (65133), (65147), (65162), (65201), (65210), (65240), (65266), (65280), (65343), (65351), (65359), (65360), (65374), (65378), (65379), (65386), (65391), (65392), (65403), (65431), (65488), (65490), (65492), (65502), (65503), (65512), (65513), (65516), (65531), (65532), (65541), (65542), (65545), (65546), (65564), (65565), (65575), (65576), (65577), (65634), (65635), (65636), (65647), (65648), (65693), (65694), (65703), (65720), (65722), (65723), (65728), (65729), (65744), (65754), (65775), (65778), (65782), (65790), (65791), (65799), (65801), (65807), (65809), (65810), (65812), (65813), (65814), (65815), (65819), (65820), (65821), (65825), (65826), (65854), (65855), (65856), (65857), (65859), (65862), (65863), (65866), (65867), (65868), (65877), (65878), (65881), (65883), (65918), (65924), (65926), (65927), (65929), (65930), (65931), (65934), (65935), (65936), (65940), (65941), (65954), (65957), (65960), (65962), (65970), (65971), (65972), (65973), (65974), (65978), (65987), (65998), (66003), (66005), (66007), (66008), (66009), (66012), (66017), (66018), (66019), (66020), (66021), (66042), (66043), (66045), (66047), (66053), (66054), (66055), (66056), (66057), (66063), (66065), (66066), (66067), (66068), (66069), (66070), (66072), (66075), (66079), (66081), (66093), (66095), (66097), (66099), (66100), (66104), (66109), (66112), (66113), (66114), (66115), (66116), (66125), (66126), (66134), (66154), (66177), (66188), (66196), (66197), (66198), (66206), (66207), (66209), (66213), (66215), (66216), (66217), (66236), (66237), (66240), (66243), (66244), (66245), (66250), (66259), (66260), (66261), (66262), (66265), (66283), (66285), (66290), (66291), (66292), (66293), (66294), (66295), (66313), (66326), (66331), (66334), (66342), (66359), (66377), (66378), (66407), (66408), (66409), (66410), (66417), (66420), (66423), (66425), (66457), (66460), (66461), (66474), (66477), (66479), (66480), (66481), (66489), (66493), (66516), (66528), (66532), (66533), (66536), (66537), (66538), (66548), (66549), (66588), (66592), (66593), (66594), (66595), (66596), (66613), (66619), (66620), (66629), (66638), (66666), (66668), (66669), (66686), (66687), (66688), (66689), (66716), (66717), (66719), (66733), (66735), (66736), (66742), (66744), (66765), (66770), (66773), (66777), (66784), (66796), (66797), (66809), (66813), (66823), (66824), (66863), (66867), (66869), (66879), (66880), (66887), (66888), (66890), (66891), (66892), (66899), (66903), (66904), (66922), (66940), (66941), (66950), (66951), (66952), (66953), (66954), (66955), (66957), (66958), (66959), (66960), (66961), (66962), (66963), (66964), (66965), (66972), (66973), (66974), (66975), (66976), (66977), (66978), (66979), (66988), (66989), (66990), (66991), (66992), (66994), (67029), (67030), (67031), (67033), (67035), (67049), (67050), (67051), (67073), (67074), (67075), (67088), (67089), (67090), (67097), (67098), (67099), (67114), (67148), (67229), (67235), (67237), (67247), (67252), (67253), (67280), (67289), (67290), (67309), (67310), (67311), (67312), (67313), (67314), (67324), (67325), (67330), (67331), (67333), (67366), (67372), (67373), (67387), (67390), (67477), (67478), (67479), (67480), (67481), (67485), (67518), (67519), (67528), (67529), (67530), (67531), (67532), (67533), (67534), (67540), (67542), (67550), (67554), (67560), (67573), (67574), (67577), (67606), (67607), (67608), (67612), (67613), (67614), (67618), (67619), (67620), (67624), (67625), (67626), (67632), (67633), (67634), (67650), (67651), (67652), (67654), (67655), (67656), (67674), (67675), (67676), (67678), (67679), (67680), (67686), (67703), (67708), (67709), (67710), (67714), (67718), (67719), (67721), (67722), (67724), (67725), (67730), (67745), (67749), (67760), (67767), (67772), (67773), (67774), (67793), (67799), (67810), (67811), (67817), (67818), (67819), (67821), (67823), (67830), (67834), (67835), (67836), (67837), (67838), (67846), (67847), (67861), (67862), (67863), (67878), (67879), (67880), (67881), (67882), (67883), (67884), (67885), (67891), (67892), (67905), (67906), (67907), (67929), (67930), (67931), (67932), (67933), (67934), (67935), (67936), (67937), (67938), (67939), (67940), (67941), (67942), (67943), (67944), (67945), (67946), (67947), (67948), (67949), (67951), (67952), (67953), (67957), (67958), (67959), (67965), (67966), (67967), (67968), (67969), (67970), (67971), (67972), (67973), (67977), (67978), (67979), (67980), (67981), (67982), (67983), (67984), (67985), (67988), (67989), (67990), (67991), (67992), (67993), (67994), (67995), (67996), (67997), (67998), (67999), (68003), (68004), (68005), (68008), (68009), (68010), (68011), (68012), (68013), (68014), (68015), (68016), (68017), (68018), (68019), (68023), (68024), (68025), (68026), (68027), (68028), (68032), (68033), (68034), (68035), (68036), (68037), (68038), (68039), (68040), (68042), (68043), (68044), (68055), (68073), (68077), (68078), (68081), (68088), (68089), (68090), (68091), (68092), (68093), (68094), (68095), (68096), (68100), (68101), (68102), (68106), (68107), (68108), (68109), (68110), (68111), (68112), (68113), (68114), (68115), (68116), (68117), (68118), (68119), (68120), (68123), (68124), (68125), (68130), (68133), (68134), (68135), (68136), (68137), (68138), (68139), (68140), (68141), (68148), (68149), (68150), (68151), (68152), (68153), (68154), (68155), (68156), (68157), (68158), (68159), (68272), (68282), (68284), (68301), (68306), (68307), (68310), (68311), (68313), (68315), (68317), (68318), (68319), (68321), (68328), (68333), (68334), (68340), (68341), (68350), (68357), (68362), (68363), (68364), (68365), (68372), (68391), (68415), (68458), (68472), (68478), (68479), (68498), (68501), (68502), (68503), (68504), (68505), (68550), (68551), (68586), (68587), (68588), (68607), (68621), (68622), (68623), (68624), (68625), (68626), (68627), (68628), (68629), (68727), (68753), (68754), (68755), (68756), (68757), (68758), (68762), (68763), (68764), (68778), (68781), (68782), (68783), (68784), (68788), (68799), (68812), (68834), (68839), (68841), (68843), (68868), (68879), (68884), (68900), (68915), (68927), (68934), (68948), (68966), (68971), (68980), (68982), (68984), (68985), (68991), (69000), (69003), (69021), (69023), (69028), (69034), (69038), (69051), (69058), (69063), (69065), (69066), (69067), (69068), (69088), (69091), (69124), (69128), (69130), (69131), (69133), (69137), (69138), (69153), (69155), (69156), (69158), (69160), (69172), (69180), (69181), (69189), (69190), (69198), (69200), (69209), (69210), (69211), (69212), (69218), (69222), (69232), (69243), (69246), (69274), (69275), (69276), (69285), (69308), (69342), (69352), (69387), (69389), (69391), (69397), (69398), (69403), (69404), (69405), (69406), (69409), (69410), (69416), (69420), (69427), (69438), (69445), (69455), (69483), (69489), (69492), (69496), (69497), (69498), (69499), (69500), (69501), (69503), (69504), (69520), (69528), (69542), (69543), (69544), (69548), (69563), (69564), (69566), (69567), (69569), (69570), (69572), (69573), (69574), (69576), (69577), (69578), (69579), (69581), (69583), (69603), (69617), (69623), (69627), (69633), (69644), (69651), (69668), (69672), (69673), (69675), (69681), (69692), (69693), (69696), (69699), (69710), (69722), (69724), (69726), (69729), (69730), (69731), (69733), (69734), (69771), (69772), (69779), (69828), (69837), (69856), (69861), (69866), (69869), (69871), (69882), (69889), (69891), (69892), (69893), (69896), (69898), (69899), (69902), (69903), (69906), (69910), (69911), (69912), (69916), (69917), (69920), (69923), (69926), (69927), (69933), (69956), (69958), (69961), (69963), (69967), (69968), (69969), (69970), (69972), (69973), (69974), (69975), (69984), (69989), (70002), (70043), (70070), (70074), (70080), (70110), (70119), (70122), (70126), (70141), (70144), (70153), (70161), (70162), (70182), (70183), (70191), (70192), (70196), (70205), (70208), (70211), (70213), (70227), (70269), (70270), (70271), (70273), (70275), (70276), (70277), (70278), (70279), (70280), (70281), (70282), (70285), (70289), (70292), (70296), (70302), (70304), (70308), (70309), (70320), (70322), (70327), (70333), (70337), (70355), (70361), (70381), (70386), (70387), (70388), (70391), (70393), (70396), (70400), (70408), (70409), (70410), (70423), (70428), (70429), (70432), (70435), (70437), (70445), (70449), (70451), (70453), (70495), (70510), (70516), (70525), (70538), (70539), (70540), (70542), (70583), (70594), (70599), (70616), (70639), (70640), (70645), (70646), (70648), (70653), (70656), (70659), (70698), (70746), (70751), (70754), (70772), (70781), (70802), (70809), (70821), (70838), (70856), (70857), (70858), (70859), (70860), (70861), (70864), (70867), (70886), (70890), (70895), (70896), (70897), (70906), (70917), (70923), (70928), (70929), (70942), (70946), (70964), (70965), (70971), (70972), (70973), (70974), (70980), (71003), (71004), (71005), (71006), (71020), (71021), (71023), (71038), (71040), (71041), (71087), (71089), (71090), (71103), (71107), (71108), (71112), (71116), (71117), (71119), (71120), (71121), (71124), (71126), (71127), (71129), (71130), (71131), (71133), (71135), (71136), (71138), (71140), (71141), (71142), (71143), (71144), (71145), (71146), (71148), (71153), (71154), (71155), (71157), (71163), (71164), (71169), (71203), (71204), (71237), (71248), (71253), (71254), (71257), (71264), (71289), (71291), (71296), (71297), (71298), (71316), (71317), (71318), (71319), (71326), (71327), (71328), (71330), (71331), (71335), (71339), (71340), (71350), (71361), (71362), (71363), (71392), (71405), (71410), (71420), (71433), (71434), (71443), (71446), (71450), (71459), (71462), (71466), (71473), (71475), (71476), (71477), (71478), (71479), (71480), (71488), (71489), (71490), (71500), (71501), (71504), (71510), (71512), (71522), (71532), (71533), (71539), (71544), (71546), (71547), (71548), (71549), (71551), (71552), (71553), (71554), (71590), (71591), (71594), (71595), (71607), (71623), (71624), (71625), (71626), (71646), (71647), (71686), (71687), (71688), (71713), (71715), (71726), (71727), (71728), (71729), (71738), (71745), (71748), (71750), (71752), (71757), (71758), (71759), (71760), (71778), (71779), (71780), (71781), (71782), (71783), (71784), (71785), (71786), (71788), (71789), (71801), (71806), (71807), (71815), (71818), (71819), (71820), (71821), (71822), (71823), (71824), (71825), (71834), (71838), (71839), (71841), (71842), (71847), (71864), (71866), (71874), (71879), (71909), (71923), (71924), (71925), (71926), (71927), (71928), (71930), (71931), (71932), (71933), (71934), (71936), (71937), (71938), (71951), (71954), (71955), (71972), (71988), (72004), (72005), (72007), (72008), (72010), (72021), (72022), (72023), (72024), (72057), (72065), (72066), (72098), (72106), (72120), (72121), (72123), (72124), (72133), (72163), (72164), (72166), (72167), (72171), (72194), (72196), (72198), (72208), (72211), (72218), (72219), (72222), (72231), (72258), (72264), (72265), (72266), (72267), (72268), (72269), (72293), (72301), (72302), (72303), (72304), (72313), (72318), (72319), (72321), (72322), (72324), (72326), (72327), (72329), (72330), (72333), (72334), (72335), (72336), (72360), (72366), (72367), (72368), (72369), (72373), (72400), (72409), (72410), (72421), (72422), (72423), (72424), (72426), (72427), (72434), (72437), (72447), (72448), (72449), (72451), (72453), (72457), (72463), (72465), (72484), (72485), (72486), (72487), (72488), (72489), (72490), (72491), (72492), (72501), (72502), (72503), (72504), (72531), (72539), (72540), (72541), (72551), (72552), (72553), (72556), (72558), (72566), (72567), (72568), (72569), (72570), (72571), (72586), (72588), (72590), (72597), (72613), (72617), (72645), (72671), (72672), (72688), (72728), (72756), (72796), (72797), (72798), (72804), (72805), (72806), (72809), (72810), (72811), (72847), (72848), (72865), (72875), (72876), (72879), (72883), (72898), (72901), (72930), (72960), (72961), (72963), (72964), (72965), (72966), (72967), (72985), (72995), (73003), (73040), (73075), (73076), (73079), (73395), (73412), (73488), (73489), (73491), (73492), (73499), (73536), (73574), (73712), (73771), (73772), (73782), (73783), (73784), (73788), (73789), (73790), (73797), (73798), (73799), (73830), (73832), (73833), (73879), (73896), (73906), (73912), (73913), (73914), (73943), (73952), (73985), (74035), (74046), (74062), (74080), (74111), (74162), (74163), (74164), (74166), (74184), (74185), (74222), (74307), (74325), (74326), (74327), (74347), (74367), (74394), (74395), (74403), (74404), (74413), (74414), (74417), (74421), (74422), (74424), (74438), (74445), (74451), (74453), (74454), (74470), (74485), (74502), (74506), (74507), (74524), (74562), (74710), (74749), (74762), (74768), (74772), (74774), (74792), (74797), (74807), (74812), (74904), (74905), (74913), (74978), (74982), (75055), (75058), (75082), (75086), (75088), (75102), (75159), (75160), (75161), (75163), (75168), (75182), (75185), (75186), (75188), (75209), (75213), (75234), (75314), (75327), (75329), (75330), (75331), (75332), (75362), (75366), (75367), (75382), (75383), (75384), (75412), (75419), (75421), (75422), (75423), (75434), (75459), (75493), (75494), (75648), (75731), (75760), (75780), (75888), (75889), (75953), (76096), (76221), (79187), (79397); DROP TABLE IF EXISTS `temp_cond_vals`; CREATE TABLE `temp_cond_vals` ( `spellId` INT(11), `elseGroup` INT(11) AUTO_INCREMENT, `entry` INT(11), `dead` INT(11), `errorTextId` INT(11), `comment` VARCHAR(255), PRIMARY KEY (`spellId`, `elseGroup`) ) ENGINE=MYISAM; DROP TABLE IF EXISTS `temp_item_spell`; CREATE TABLE `temp_item_spell` ( `itemId` INT(11), `spellId` INT(11), PRIMARY KEY (`itemId`, `spellId`) ); DROP TABLE IF EXISTS `temp_item`; CREATE TABLE `temp_item` ( `itemId` INT(11), PRIMARY KEY (`itemId`) ); INSERT INTO `temp_item` SELECT DISTINCT `SourceEntry` FROM `conditions` WHERE `SourceTypeOrReferenceId` = 18; INSERT IGNORE INTO `temp_item_spell` SELECT `entry`, `spellid_1` FROM `item_template` WHERE `entry` IN (SELECT * FROM `temp_item`) AND `spellid_1` IN (SELECT * FROM `temp_convert_spells`); INSERT IGNORE INTO `temp_item_spell` SELECT `entry`, `spellid_2` FROM `item_template` WHERE `entry` IN (SELECT * FROM `temp_item`) AND `spellid_2` IN (SELECT * FROM `temp_convert_spells`); INSERT IGNORE INTO `temp_item_spell` SELECT `entry`, `spellid_3` FROM `item_template` WHERE `entry` IN (SELECT * FROM `temp_item`) AND `spellid_3` IN (SELECT * FROM `temp_convert_spells`); INSERT IGNORE INTO `temp_item_spell` SELECT `entry`, `spellid_4` FROM `item_template` WHERE `entry` IN (SELECT * FROM `temp_item`) AND `spellid_4` IN (SELECT * FROM `temp_convert_spells`); INSERT IGNORE INTO `temp_item_spell` SELECT `entry`, `spellid_5` FROM `item_template` WHERE `entry` IN (SELECT * FROM `temp_item`) AND `spellid_5` IN (SELECT * FROM `temp_convert_spells`); INSERT INTO `temp_cond_vals` (`spellId`, `entry`, `dead`, `errorTextId`, `comment`) SELECT DISTINCT (SELECT `spellId` FROM `temp_item_spell` WHERE `itemId` = `SourceEntry`), `ConditionValue2`, (`ConditionValue1` - 1), `ErrorTextId`, `Comment` FROM `conditions` WHERE `SourceTypeOrReferenceId` = 18; #use CONDITION_OBJECT_ENTRY instead of CONDITION_ITEM_TARGET INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `Comment`) SELECT DISTINCT 17, 0, `spellId`, 0, `elseGroup` - 1, 31, 1, 3, `entry`, 0, 0, `errorTextId`, `comment` FROM `temp_cond_vals`; #for CONDITION_ITEM_TARGET with ConditionValue1 = DEAD we're adding !CONDITION_ALIVE as a second requirement INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `Comment`) SELECT DISTINCT 17, 0, `spellId`, 0, `elseGroup` - 1, 36, 1, 0, 0, 0, 1, `errorTextId`, `comment` FROM `temp_cond_vals` WHERE `dead`; #remove entries which could be converted by this sql DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 18 AND `SourceEntry` IN (SELECT `itemId` FROM `temp_item_spell`); DROP TABLE `temp_convert_spells`; DROP TABLE `temp_cond_vals`; DROP TABLE `temp_item_spell`; DROP TABLE `temp_item`; ALTER TABLE conditions DROP PRIMARY KEY; ALTER TABLE conditions ADD PRIMARY KEY (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`); -- ---------------------- UPDATE `conditions` SET ConditionValue3 = 0, ConditionTarget = 1 WHERE ConditionTypeOrReference = 1 AND ConditionValue3 = 1; UPDATE `conditions` SET ConditionTypeOrReference = 31, ConditionValue2 = ConditionValue1, ConditionValue1 = 3, ConditionTarget = 1 WHERE ConditionTypeOrReference = 19; UPDATE `conditions` SET ConditionTypeOrReference = 38, ConditionValue2 = 4, ConditionTarget = 1 WHERE ConditionTypeOrReference = 20; Только вот как бы составить правильно таблицу temp_convert_spells Может подскажете каким запросом выдернуть иды спелов удовлетворяющих такому условию "spells with EffectImplicitTarget In (6,21, 25) + spells having Targets & 1115534" так как выше ИДы из TBD? Или я вообще чушь сотворил? (Да/Нет можно без объяснений, просто, чтобы знать куда дальше двигать, так уж попал, что запускать сервер стал уже после всех этих изменений...) |
27.02.2012, 12:39 | #49 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
И тринити и мангос, в мастер ветке используют клиент 335а, поэтому спеллы одинаковы.
|
29.02.2012, 10:00 | #50 |
Helper TC_YTDВ
Регистрация: 26.04.2010
Сообщений: 125
Сказал(а) спасибо: 32
Поблагодарили 42 раз(а) в 26 сообщениях
|
|
29.02.2012, 10:56 | #51 |
YTDB dev
Регистрация: 05.11.2009
Адрес: Thunder Bluff
Сообщений: 3,625
Сказал(а) спасибо: 7,839
Поблагодарили 3,255 раз(а) в 498 сообщениях
|
После АП под мангос.)
Мы глобально перерабатываем госсипы по сниффам, поэтому нет апдейтов, закончим, потом разберемся что в ядре натворили/наломали.)
__________________
Правила написания баг-репортов. Общие правила поведения - рекомендуемые исключительно всем для прочтения.
При правильном поведении пользователей я вообще добрый и пушистый, как на аватарке.
|
Пользователь сказал cпасибо: | Rootor (01.03.2012) |
09.03.2012, 15:12 | #52 |
Trinity User
|
Текс, после апа стало возможно сбрасывать талы, за это спс.
С двойной специализацией проблема осталась.
__________________
Dimitro это тоже я, точнее это мой основной ник) |
09.03.2012, 16:32 | #53 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Спасибо, видно проблему, пробуйте:
Код:
UPDATE `conditions` SET `ConditionValue2` = '3' WHERE `SourceTypeOrReferenceId` = 15 AND `ConditionTypeOrReference` = 27 AND `ConditionValue1` = 40 AND `ConditionValue2` = 1; UPDATE `conditions` SET `ConditionValue2` = '3' WHERE `SourceTypeOrReferenceId` = 15 AND `ConditionTypeOrReference` = 27 AND `ConditionValue1` = 10 AND `ConditionValue2` = 1; UPDATE `conditions` SET `NegativeCondition` = '1' WHERE `SourceTypeOrReferenceId` = 15 AND `ConditionTypeOrReference` = 25 AND `ConditionValue1` = 63680; |
09.03.2012, 20:35 | #54 |
Null
Guest
Сообщений: n/a
|
Грифон плети
entry: 29488 Не имеет флага такси. Т.е. сесть и спустится с акеруса в оплот нельзя. Тот, что внизу имеет всё нормально. update conditions set ConditionValue1 = 12657 where SourceGroup = 29488 and SourceEntry = 54568; Последний раз редактировалось Null; 09.03.2012 в 20:59. |
Null |
09.03.2012, 22:12 | #55 | |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Цитата:
Прописана у него иконка |
|
09.03.2012, 22:18 | #56 |
Null
Guest
Сообщений: n/a
|
Кондишн неверный
Также http://ru.wowhead.com/quest=14108 Кв айтем не имеет кондишна. бить можно всех и вся с 1 удара Последний раз редактировалось Null; 09.03.2012 в 22:21. |
Null |
09.03.2012, 22:41 | #57 | |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Какой ??
кв 12657 - телепорт, птица не нужна, она нужна будет через один, как в базе и есть... Максимум - посмотреть на 2012_03_01_00_world_conditions Цитата:
Последний раз редактировалось NeatElves; 09.03.2012 в 22:48. |
|
Пользователь сказал cпасибо: | Urban (13.03.2012) |
09.03.2012, 22:55 | #58 |
Null
Guest
Сообщений: n/a
|
|
Null |
09.03.2012, 23:03 | #59 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Все запросы конвертнуты родной процедурой тринити, а что потом, после нее еще надо руками химичить, чуть-ли не построчно - так это кривая обработка таблицы кондиций.))
|
10.03.2012, 19:54 | #60 |
Null
Guest
Сообщений: n/a
|
Insert into conditions values (17,0,66588,0,0,31,1,3,34925,0,0,0,"",null), (17,0,66588,0,0,31,1,3,35092,0,0,0,"",null);
Фикс http://ru.wowhead.com/item=46954 |
Пользователь сказал cпасибо: |
Null |
10.03.2012, 21:01 | #61 |
Новичок
Регистрация: 11.03.2011
Сообщений: 19
Сказал(а) спасибо: 9
Поблагодарили 1 раз в 1 сообщении
|
http://ru.wowhead.com/quest=4734 - надо заморозить яйцо, квест комплитится спелом, вот только сам яйцехладоскоп отказывается работать, в таблице кондишенов ничего нету, что ещё может ограничить работу спелла? В ядре копать? Или всё дело в том, что яйца являются "трапом" и их невозможно выделить?
|
11.03.2012, 12:24 | #62 | |
YTDB dev
Регистрация: 05.11.2009
Адрес: Thunder Bluff
Сообщений: 3,625
Сказал(а) спасибо: 7,839
Поблагодарили 3,255 раз(а) в 498 сообщениях
|
Цитата:
Код:
INSERT IGNORE INTO `conditions` VALUES ('17', '0', '3912', '0', '0', '24', '0', '1', '2530', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '4479', '0', '0', '24', '0', '1', '2762', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '4480', '0', '0', '24', '0', '1', '2761', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '4481', '0', '0', '24', '0', '1', '2760', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '8149', '0', '0', '24', '0', '2', '7318', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9328', '0', '0', '24', '0', '1', '7977', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9606', '0', '0', '24', '0', '2', '7584', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9618', '0', '0', '24', '0', '2', '5268', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9618', '0', '0', '24', '0', '2', '5286', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9619', '0', '0', '24', '0', '2', '5300', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9619', '0', '0', '24', '0', '2', '5304', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9619', '0', '0', '24', '0', '2', '5305', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9619', '0', '0', '24', '0', '2', '5306', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9620', '0', '0', '24', '0', '2', '5276', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9620', '0', '0', '24', '0', '2', '5278', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9621', '0', '0', '24', '0', '2', '5357', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9621', '0', '0', '24', '0', '2', '5358', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9621', '0', '0', '24', '0', '2', '14604', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '9621', '0', '0', '24', '0', '2', '14640', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '11522', '0', '0', '24', '0', '1', '9376', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '12647', '0', '0', '24', '0', '1', '4678', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '12647', '0', '0', '24', '0', '1', '4681', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '12647', '0', '0', '24', '0', '1', '4685', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15826', '0', '0', '24', '0', '1', '12296', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15826', '0', '0', '24', '0', '1', '12298', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15908', '0', '0', '24', '0', '1', '1196', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15911', '0', '0', '24', '0', '1', '1126', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15913', '0', '0', '24', '0', '1', '1201', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15914', '0', '0', '24', '0', '1', '2956', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15915', '0', '0', '24', '0', '1', '2959', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15916', '0', '0', '24', '0', '1', '2970', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15917', '0', '0', '24', '0', '1', '3099', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15919', '0', '0', '24', '0', '1', '3107', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15920', '0', '0', '24', '0', '1', '3126', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15921', '0', '0', '24', '0', '1', '1998', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15922', '0', '0', '24', '0', '1', '2043', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '15923', '0', '0', '24', '0', '1', '1996', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '16114', '0', '0', '24', '0', '1', '10556', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '17117', '0', '0', '24', '0', '1', '13016', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22432', '0', '0', '24', '0', '1', '6498', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22432', '0', '0', '24', '0', '1', '6499', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22432', '0', '0', '24', '0', '1', '6500', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22473', '0', '0', '24', '0', '1', '15941', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22473', '0', '0', '24', '0', '1', '15945', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22783', '0', '0', '24', '0', '1', '16329', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '22962', '0', '0', '24', '0', '1', '16518', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23394', '0', '0', '24', '0', '1', '16847', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23417', '0', '0', '24', '0', '1', '16975', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23485', '0', '0', '24', '0', '1', '17034', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23659', '0', '0', '24', '0', '1', '17111', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23659', '0', '0', '24', '0', '1', '17112', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23659', '0', '0', '24', '0', '1', '17113', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23693', '0', '0', '24', '0', '1', '17226', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23697', '0', '0', '24', '0', '1', '15650', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23702', '0', '0', '24', '0', '1', '15652', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23703', '0', '0', '24', '0', '1', '16353', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23896', '0', '0', '24', '0', '1', '17217', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23897', '0', '0', '24', '0', '1', '17374', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '23898', '0', '0', '24', '0', '1', '17203', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '24501', '0', '0', '24', '0', '1', '17157', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '28369', '0', '0', '24', '0', '1', '18879', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30175', '0', '0', '24', '0', '1', '20748', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30251', '0', '0', '24', '0', '1', '20058', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30259', '0', '0', '24', '0', '1', '20132', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30651', '0', '0', '24', '0', '1', '21254', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30652', '0', '0', '24', '0', '1', '21254', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30653', '0', '0', '24', '0', '1', '21254', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30654', '0', '0', '24', '0', '1', '21254', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '30656', '0', '0', '24', '0', '1', '21729', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31129', '0', '0', '24', '0', '1', '21387', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31403', '0', '0', '24', '0', '1', '20216', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31463', '0', '0', '24', '0', '1', '19440', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31518', '0', '0', '24', '0', '1', '21326', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31678', '0', '0', '24', '0', '1', '16943', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31678', '0', '0', '24', '0', '1', '20928', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31828', '0', '0', '24', '0', '1', '22431', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '31828', '0', '0', '24', '0', '1', '22432', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32321', '0', '0', '24', '0', '1', '22979', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32680', '0', '0', '24', '0', '1', '23311', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32698', '0', '0', '24', '0', '1', '22181', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32825', '0', '0', '24', '0', '1', '22357', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32907', '0', '0', '24', '0', '1', '23487', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '21250', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '23507', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '23527', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '23528', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '23529', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '23530', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '32960', '0', '0', '24', '0', '1', '23531', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33069', '0', '0', '24', '0', '1', '4351', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33069', '0', '0', '24', '0', '1', '4352', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33088', '0', '0', '24', '0', '2', '4328', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33088', '0', '0', '24', '0', '2', '4329', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33088', '0', '0', '24', '0', '2', '4331', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33108', '0', '0', '24', '0', '1', '4393', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33108', '0', '0', '24', '0', '1', '4394', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33119', '0', '0', '24', '0', '1', '23689', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23661', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23662', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23663', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23664', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23665', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23666', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23667', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23668', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23669', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33310', '0', '0', '24', '0', '2', '23670', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23661', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23662', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23663', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23664', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23665', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23666', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23667', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23668', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23669', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33342', '0', '0', '24', '0', '2', '23670', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33418', '0', '0', '24', '0', '1', '23777', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33554', '0', '0', '24', '0', '2', '23967', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33563', '0', '0', '24', '0', '2', '24016', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33563', '0', '0', '24', '0', '2', '24161', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33563', '0', '0', '24', '0', '2', '24162', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33606', '0', '0', '24', '0', '1', '23678', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33607', '0', '0', '24', '0', '2', '23876', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33621', '0', '0', '24', '0', '1', '23564', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33621', '0', '0', '24', '0', '1', '24198', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33621', '0', '0', '24', '0', '1', '24199', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33796', '0', '0', '24', '0', '1', '24345', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '33806', '0', '0', '24', '0', '2', '24329', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34026', '0', '0', '24', '0', '1', '24514', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34083', '0', '0', '24', '0', '1', '24669', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34127', '0', '0', '24', '0', '1', '24786', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34127', '0', '0', '24', '0', '1', '24804', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34255', '0', '0', '24', '0', '1', '24922', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34257', '0', '0', '24', '0', '1', '24918', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34368', '0', '0', '24', '0', '2', '24972', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34598', '0', '0', '24', '0', '2', '25226', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34691', '0', '0', '24', '0', '1', '25316', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34711', '0', '0', '24', '0', '1', '25321', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34711', '0', '0', '24', '0', '1', '25322', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34869', '0', '0', '24', '0', '2', '25430', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34954', '0', '0', '24', '0', '1', '25596', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34973', '0', '0', '24', '0', '2', '25814', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34979', '0', '0', '24', '0', '1', '24469', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '34979', '0', '0', '24', '0', '1', '25789', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35116', '0', '0', '24', '0', '2', '25752', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35116', '0', '0', '24', '0', '2', '25753', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35116', '0', '0', '24', '0', '2', '25758', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35116', '0', '0', '24', '0', '2', '25792', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35116', '0', '0', '24', '0', '2', '25793', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35121', '0', '0', '24', '0', '1', '25791', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35278', '0', '0', '24', '0', '1', '25582', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35352', '0', '0', '24', '0', '1', '25752', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35352', '0', '0', '24', '0', '1', '25753', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35352', '0', '0', '24', '0', '1', '25758', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35352', '0', '0', '24', '0', '1', '25792', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35352', '0', '0', '24', '0', '1', '25793', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35401', '0', '0', '24', '0', '2', '25814', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35506', '0', '0', '24', '0', '1', '26127', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '35943', '0', '0', '24', '0', '2', '25623', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36732', '0', '0', '24', '0', '1', '26293', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36764', '0', '0', '24', '0', '1', '26261', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36771', '0', '0', '24', '0', '1', '26359', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36796', '0', '0', '24', '0', '1', '26417', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36827', '0', '0', '24', '0', '1', '26411', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36835', '0', '0', '24', '0', '1', '26926', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36847', '0', '0', '24', '0', '1', '26283', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36859', '0', '0', '24', '0', '1', '26812', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36956', '0', '0', '24', '0', '2', '26616', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '36956', '0', '0', '24', '0', '2', '26643', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37045', '0', '0', '24', '0', '2', '26408', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37125', '0', '0', '24', '0', '2', '26408', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37187', '0', '0', '24', '0', '2', '27202', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37187', '0', '0', '24', '0', '2', '27203', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37187', '0', '0', '24', '0', '2', '27206', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37187', '0', '0', '24', '0', '2', '27211', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37202', '0', '0', '24', '0', '2', '27206', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37314', '0', '0', '24', '0', '1', '27209', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37381', '0', '0', '24', '0', '1', '27202', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37438', '0', '0', '24', '0', '1', '27234', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37438', '0', '0', '24', '0', '1', '27235', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37438', '0', '0', '24', '0', '1', '27236', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37438', '0', '0', '24', '0', '1', '27237', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37568', '0', '0', '24', '0', '1', '27463', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37576', '0', '0', '24', '0', '1', '27482', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37727', '0', '0', '24', '0', '1', '27530', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37877', '0', '0', '24', '0', '1', '26369', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37887', '0', '0', '24', '0', '1', '26841', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37887', '0', '0', '24', '0', '1', '27122', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '37887', '0', '0', '24', '0', '1', '27808', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38330', '0', '0', '24', '0', '1', '28133', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38330', '0', '0', '24', '0', '1', '28141', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38330', '0', '0', '24', '0', '1', '28143', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38332', '0', '0', '24', '0', '1', '28068', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38380', '0', '0', '24', '0', '1', '28145', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38467', '0', '0', '24', '0', '1', '28127', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38515', '0', '0', '24', '0', '1', '28274', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38573', '0', '0', '24', '0', '1', '28054', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38627', '0', '0', '24', '0', '1', '28379', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38676', '0', '0', '24', '0', '2', '28404', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38697', '0', '0', '24', '0', '1', '27986', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38697', '0', '0', '24', '0', '1', '28047', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38697', '0', '0', '24', '0', '1', '28568', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38731', '0', '0', '24', '0', '2', '28465', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '38731', '0', '0', '24', '0', '2', '28600', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39157', '0', '0', '24', '0', '1', '28750', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39206', '0', '0', '24', '0', '1', '28802', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39238', '0', '0', '24', '0', '1', '28843', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39268', '0', '0', '24', '0', '1', '28851', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39577', '0', '0', '24', '0', '2', '28086', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39577', '0', '0', '24', '0', '2', '28096', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39577', '0', '0', '24', '0', '2', '28109', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39577', '0', '0', '24', '0', '2', '28110', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39615', '0', '0', '24', '0', '1', '28028', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39615', '0', '0', '24', '0', '1', '28029', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39651', '0', '0', '24', '0', '2', '28877', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '39664', '0', '0', '24', '0', '1', '28931', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40397', '0', '0', '24', '0', '2', '29124', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40551', '0', '0', '24', '0', '2', '29392', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40587', '0', '0', '24', '0', '2', '29329', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40587', '0', '0', '24', '0', '2', '29330', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40587', '0', '0', '24', '0', '2', '29333', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40587', '0', '0', '24', '0', '2', '29338', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40686', '0', '0', '24', '0', '1', '29402', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '40917', '0', '0', '24', '0', '1', '29621', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '41265', '0', '0', '24', '0', '1', '29790', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '41505', '0', '0', '24', '0', '1', '29375', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '41988', '0', '0', '24', '0', '1', '30035', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42164', '0', '0', '24', '0', '2', '29974', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42164', '0', '0', '24', '0', '2', '30135', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '29880', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '29915', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '29919', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '30037', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '30243', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '30250', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '30332', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '30632', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42480', '0', '0', '24', '0', '2', '30725', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42624', '0', '0', '24', '0', '1', '30142', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42732', '0', '0', '24', '0', '1', '30292', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42769', '0', '0', '24', '0', '1', '30275', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42774', '0', '0', '24', '0', '1', '30422', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '42837', '0', '0', '24', '0', '1', '30146', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43206', '0', '0', '24', '0', '1', '30829', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43206', '0', '0', '24', '0', '1', '30830', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43206', '0', '0', '24', '0', '1', '30831', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43214', '0', '0', '24', '0', '2', '26631', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43214', '0', '0', '24', '0', '2', '31350', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43315', '0', '0', '24', '0', '1', '30894', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '43315', '0', '0', '24', '0', '1', '31323', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44212', '0', '0', '24', '0', '1', '32189', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44222', '0', '0', '24', '0', '1', '32201', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44246', '0', '0', '24', '0', '1', '32236', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44576', '0', '0', '24', '0', '1', '30164', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44653', '0', '0', '24', '0', '2', '32467', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44890', '0', '0', '24', '0', '1', '29319', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '44890', '0', '0', '24', '0', '1', '29327', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '45005', '0', '0', '24', '0', '1', '33303', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '45080', '0', '0', '24', '0', '1', '33498', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '46885', '0', '0', '24', '0', '1', '29618', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '46954', '0', '0', '24', '0', '1', '34925', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '46954', '0', '0', '24', '0', '1', '35092', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '47033', '0', '0', '24', '0', '1', '32149', '0', '0', '0', '', null);
__________________
Правила написания баг-репортов. Общие правила поведения - рекомендуемые исключительно всем для прочтения.
При правильном поведении пользователей я вообще добрый и пушистый, как на аватарке.
|
|
2 пользователя(ей) сказали cпасибо: | Rootor (12.03.2012) |
12.03.2012, 12:34 | #63 | ||
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Цитата:
У всех остальных тренеров нет возможности сбросить таланты и выучиться двойной специализации, имеется доступ только к меню обучения способностям и заклинаниям. К примеру, тренер варлоков:Вариант 1 и Вариант 2 Такая же история с Шаманами, Пристами, Хантерами Скриншот Остальных еще не проверил. Цитата:
UPD1: В общем, сейчас углубленно читаю вики по conditions, надеюсь смогу чем-то помочь Последний раз редактировалось Urban; 12.03.2012 в 15:48. Причина: изменение хостинга картинок...запятая не в тему |
||
12.03.2012, 16:06 | #64 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Разберем в скринах по базе, 616(чистая)+правка
1. Выборка, узнаем номера госсипменю(тут думаю ясно) 2. Тект меню(у каждого по 2-а, тоже ясно) 3. Текст опций(тоже ясно, по 3-и стандарта и 4-я - для роги квест) 4. Кондиции(самое интересное): 14 - для текстов (по 2-е шт для каждого, колонки совпали, все ясно) -------- 15 - для меню: ---- 0 - для тренеров, обучение, одинаково у всех, кондиции свои 1 - для разучивания талантов, одинаковый косяк у всех - просит воина 2 - для двойной спецухи, тоже косяк у всех одинаков - просит воина 4 - только для роги, тут видим косяк - для игрока уровня выше(должно быть - равному и выше) 24 Вот и видим ошибку, ошибка изначально в апе, не в правке... Изучив конвертор, нашел 3 опечатки, все ясно.)) Последний раз редактировалось NeatElves; 12.03.2012 в 16:11. |
Пользователь сказал cпасибо: | Urban (13.03.2012) |
12.03.2012, 16:42 | #65 |
Null
Guest
Сообщений: n/a
|
Жестокий хак Код:
update creature_template set gossip_menu_id=0 where npcflag & 32; По поводу http://old.wowhead.com/quest=12801. С моргрейном разобрался(чудом воскрес он). Ивент зацикливается, потом пропадает моргрейн, и всё. Последний раз редактировалось NeatElves; 12.03.2012 в 17:07. |
Null |
12.03.2012, 17:28 | #66 | |
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Цитата:
|
|
14.03.2012, 04:08 | #67 | |
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Цитата:
.... Разбираясь с дуал спеком что-то запутался. Информация из вики противоречит той, на основании которой я получил работоспособное меню. Изучая Вики, уяснил для себя работу таблицы так: Если SourceTypeOrReferenceId = 14, то в SourceGroup заносим значение gossip menu.entry а в SourceEntry значение gossip menu.text id Если SourceTypeOrReferenceId = 15, то в SourceGroup заносим значение gossip menu.entry а в SourceEntry значение gossip menu option.id (порядковый номер меню) Мысленно отсекли первые 5 столбцов, их больше нет )) Теперь Если SourceTypeOrReference = 14, то: В ConditionValue1 указываем значение quest_template Остальные по нулям Если SourceTypeOrReference = 15, то: В ConditionValue1 указываем класс чара из ChrClasses.dbc - (как раз тут искали проблему) Остальные по нулям Если SourceTypeOrReference = 25, то: В ConditionValue1 указываем значение спелла Spell.dbc (63680 - наш дуал спек) Остальные по нулям Если SourceTypeOrReference = 27, то: В ConditionValue1 указываем уровень, которого должен достигнуть чар для выполнения условия. В ConditionValue2 задается условие (больше, меньше, больше либо равно, меньше либо равно. Как раз об этом говорил NeatElves, тут следует выставить "3") ConditionValue3 = 0 И вот теперь сижу и думаю, почему же тогда у тренера разбойников (см. рисунок #4) c SourceGroup=4502 при значение SourceTypeOrReference=15 (условие проверяющее класс чара) поле ConditionValue1 = (1527,1,1,8,1) - построчно сверху вниз, когда в вики сказано, что туда вносится id класса. Где же значение "4"??? Что такое 1527? Что такое 1 и 8 в данном случае? Заблудился Что же я понял не так? Пожалуйста, не отправляйте меня читать снова вики, я ее с 12 ночи до 8 утра штудирую. PS А решил проблему со сбросом талантов, кстати, путем изменения нескольких значений "1" в поле SourceEntry на id класса чара (хант - 3, прист - 5...). И это позже тоже ввело меня в заблуждение, ведь в SourceEntry, опираясь на вики, мы заносим данные из таблиц gossip, в которых id класса вообще никак не упоминается. В общем, намудрил, прошу дать компас, чтобы понять где юг, а где север Последний раз редактировалось Urban; 14.03.2012 в 06:32. Причина: добавил информацию о дуал спеке |
|
14.03.2012, 15:09 | #68 | |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Вики:
Цитата:
У тренера два текста, один для своего класа, другой для всех остальных. Что тут непонятного ?) Последний раз редактировалось NeatElves; 14.03.2012 в 15:17. |
|
14.03.2012, 15:24 | #69 |
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Юрий, NeatElves, так намного лучше Правда, спасибо Проверил сейчас шамана, чернокнижника, разбойника, друида, жреца, воина, ханта - все работает.
Осталась теперь самостоятельная работа над ошибками Добавлено через 9 минут Я-то думаю, почему рога 8 (facepalm) Прошу прощения за невнимательность ) Теперь все встало на свои места )) Спасибо за урок Последний раз редактировалось Urban; 14.03.2012 в 15:17. |
14.03.2012, 22:55 | #70 |
Helper TC_YTDB
Регистрация: 18.01.2010
Сообщений: 51
Сказал(а) спасибо: 25
Поблагодарили 37 раз(а) в 26 сообщениях
|
|
15.03.2012, 14:10 | #71 |
YTDB dev
Регистрация: 05.11.2009
Адрес: Thunder Bluff
Сообщений: 3,625
Сказал(а) спасибо: 7,839
Поблагодарили 3,255 раз(а) в 498 сообщениях
|
Обновлено, тестим:
__________________
Правила написания баг-репортов. Общие правила поведения - рекомендуемые исключительно всем для прочтения.
При правильном поведении пользователей я вообще добрый и пушистый, как на аватарке.
|
Пользователь сказал cпасибо: | Вовка (19.03.2012) |
15.03.2012, 20:05 | #72 |
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Ребят, раньше при SourceTypeOrReference = 27 значение ConditionValue1 было равно 1 (в случае с изучением спеллов у тренера), а теперь оно равно 10, что не дает возможности обучаться игрокам, не достигшим 10 лвл. Так задумано или очипятка?
|
15.03.2012, 20:30 | #73 | |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Ну давайте вики почитаем:
Цитата:
Очки талантов дают на 10 уровне - значит сброс тоже минимум на 10 и выше Дуалспек на 40 и выше уровне БОЛЬШЕ У ТРЕНЕРОВ НЕТ НИКАКИХ ПУНКТОВ ПРИВЯЗАННЫХ К УРОВНЮ еще вопросы ?
Меня учили: Консультации бывают 3-х типов - детские, женские и платные, поэтому, я разжевал вики в последний(и бесплатный для вас) раз.
Последний раз редактировалось NeatElves; 15.03.2012 в 20:37. |
|
Пользователь сказал cпасибо: | Urban (15.03.2012) |
15.03.2012, 21:02 | #74 | |
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Цитата:
Последний раз редактировалось Urban; 15.03.2012 в 21:16. |
|
15.03.2012, 21:12 | #75 | ||
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Смеркалось...
Ваш пример: npc=16673 - госсип - 6652 Опцион: Цитата:
http://www.trinitycore.info/Conditions_tc2 Кондиции(последняя правка из этой темы): Цитата:
Для восприятия - подсветил цветом. Последний раз редактировалось NeatElves; 15.03.2012 в 21:20. |
||
15.03.2012, 22:43 | #76 | ||
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Цитата:
Цитата:
НПЦ Dark Cleric Duesten <Priest Trainer> Обучение чара с уровнем 1 1 лвл - доступ к сбросу талантов Обучение чара с уровнем 9 9 лвл Обучение чара с уровнем 10 10 лвл - наконец-то меню Train me
1) Находим НПЦ находим в creature_template
entry 2123 2) Узнаем gossip_menu_id из creature_template gossip_menu_id 3645 3) Находим текст меню в таблице gossip_menu (2 значения): (3645, 4439), (3645, 4442); 4) Текст опций из таблицы gossip_menu_option (3645, 0, 3, 'I seek more training in the priestly ways.', 5, 16, 0, 0, 0, 0, NULL), (3645, 1, 0, 'I wish to unlearn my talents.', 1, 1, 4461, 0, 0, 0, NULL), (3645, 2, 0, 'I wish to know about Dual Talent Specialization.', 1, 1, 10371, 0, 0, 0, NULL); 5) conditons Класс Приста - 5. Из формулы 2^(ID-1) получаем значение класса приста в conditions = 16 Все остальные классы - 1535-16=1519 Для приста тренер выдаст меню с надписью 4442, а для всех остальных - 4439. Об этих пунктах описано постом выше, повторяться не буду. (14, 3645, 4439, 0, 0, 15, 0, 1519, 0, 0, 0, 0, '', NULL), (14, 3645, 4442, 0, 0, 15, 0, 16, 0, 0, 0, 0, '', NULL), (15, 3645, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, '', NULL), (15, 3645, 1, 0, 0, 15, 0, 16, 0, 0, 0, 0, '', NULL), (15, 3645, 1, 0, 0, 27, 0, 10, 3, 0, 0, 0, '', NULL), (15, 3645, 2, 0, 0, 15, 0, 16, 0, 0, 0, 0, '', NULL), (15, 3645, 2, 0, 0, 25, 0, 63680, 1, 0, 1, 0, '', NULL) (15, 3645, 2, 0, 0, 27, 0, 40, 3, 0, 0, 0, '', NULL); Последний раз редактировалось Urban; 15.03.2012 в 23:07. |
||
15.03.2012, 22:56 | #77 |
YTDB dev
Регистрация: 05.11.2009
Сообщений: 5,920
Сказал(а) спасибо: 91
Поблагодарили 5,383 раз(а) в 4,847 сообщениях
|
Теперь начинайте удалять 15 кондиции у примера построчно, проверять и костерить разработчиков вашего ядра - база то тут при чем(все согласно вики) ?
Если для приста текст работает - (14, 3645, 4442, 0, 0, 15, 0, 16, 0, 0, 0, 0, '', NULL)
А для приста опция - (15, 3645, 0, 0, 0, 15, 0, 16, 0, 0, 0, 0, '', NULL) просит 10 уровень )))))))))))) Последний раз редактировалось NeatElves; 15.03.2012 в 23:04. |
Пользователь сказал cпасибо: | Urban (15.03.2012) |
16.03.2012, 06:34 | #78 |
YTDB dev
Регистрация: 05.11.2009
Адрес: Thunder Bluff
Сообщений: 3,625
Сказал(а) спасибо: 7,839
Поблагодарили 3,255 раз(а) в 498 сообщениях
|
Так, все работает после последних изменений? http://ytdb.ru/showpost.php?p=38034&postcount=71
__________________
Правила написания баг-репортов. Общие правила поведения - рекомендуемые исключительно всем для прочтения.
При правильном поведении пользователей я вообще добрый и пушистый, как на аватарке.
|
16.03.2012, 09:32 | #79 | |
Новичок
Регистрация: 04.01.2012
Сообщений: 11
Сказал(а) спасибо: 9
Поблагодарили 2 раз(а) в 2 сообщениях
|
Цитата:
Update: YuruY, проверил, все тренеры работают так, как надо. TrinityCore rev. 2012-03-14 00:21:46 +0100 (1dde22394c88) (Unix, Release) YTDB 616 + правки TC + последние правки conditions_14_15 Спасибо. Последний раз редактировалось Urban; 16.03.2012 в 14:51. Причина: проверка conditions |
|
18.03.2012, 02:37 | #80 |
gibatul
Guest
Сообщений: n/a
|
Цитата:
These lines: INSERT IGNORE INTO `conditions` VALUES ('17', '0', '46954', '0', '0', '24', '0', '1', '34925', '0', '0', '0', '', null); INSERT IGNORE INTO `conditions` VALUES ('17', '0', '46954', '0', '0', '24', '0', '1', '35092', '0', '0', '0', '', null); Are NOT working ... 1) ElseGroup is wrong (0 and 1 it should be) 2) It should not be item ID but spell id (66588) 3) CONDITION_UNUSED_24 = 24, ( http://www.trinitycore.info/Conditio...ypeOrReference ) Is not valid |
gibatul |
Опции просмотра |
Линейный вид |
Комбинированный вид |
Древовидный вид |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
Флудо-баг-репорты в одной теме (часть третья) | Kuznec | TrinityCore | 399 | 10.11.2011 16:06 |
Флудо-баг-репорты в одной теме (часть вторая) | YuruY | TrinityCore | 399 | 18.10.2010 21:32 |
Баг репорты и правки по БГ | YuruY | Корзина / Trash can | 20 | 22.04.2010 18:05 |